|
Can Crontab executes bin files?
Hello!
I would like to ask if Crontab can execute bin files coz' i have this entry and it is not working.
Cron entry
36 10 * * * /bscsprod/bscs/prod/WORK/XREF/tehcron.sh
$cat tehcron.sh
#!/usr/bin/sh
/bscsprod/bscs/prod/WORK/XREF/teh -t -f MPPROFIL
Please advise.
Thanks!
|