In the crontab
file, you can specify environment variables:
FOO=bar0 * * * * echo $FOO
The above should echo "bar" every hour.
In the crontab
file, you can specify environment variables:
FOO=bar0 * * * * echo $FOO
The above should echo "bar" every hour.