I have a very simple shell script I need to run as a cronjob but I can\'t get even the test scripts to run. Here\'s and example script:
/home/myUser/scripts/test.sh<
It should run properly at cron also. Please check below things.
1- You are editing proper file to set cron.
2- You have given proper permission(execute permission) to script mean your script is executable.