How to execute shell script via crontab?
Posted
by Aravind
on Super User
See other posts from Super User
or by Aravind
Published on 2009-12-10T08:38:25Z
Indexed on
2010/03/25
6:13 UTC
Read the original article
Hit count: 627
crontab
notify.sh script file looks like:
notify-send "hi welcome"
my crontab notification for 2 pm:
* 14 * * * home/hacks/notify.sh
This is very basic queston only.But it wont working. should i configure anything?
© Super User or respective owner