My cron :
45 10 * * * source /home/ThinkCode/Test/hello.sh
hello.sh :
#!/bin/bash
echo "helloworld"
The error it emails me :
/bin/sh: source: not found
What am I doing wrong? It is configuration/environment specific, so Googling didn't help much! Thanks..