Sean Wei says to YSITD
config.sh: "var='val'" script.sh: source config.sh echo "var: $var" crontab: * * /path/to/script.sh 這樣為什麼會失敗?