方法

直接将环境变量添加到crontab中,如:
NAME=zhangsan

AGE=30
10 * * * * /home/xx/test.sh

注意不要加上export,这样test.sh就可以用到环境变量了。