09-22-2014, 11:24 PM
|
|
Confirmed User
Industry Role:
Join Date: Jan 2012
Location: NC
Posts: 7,683
|
if you just want to fire a command then you dont need a script , just add a cronjob of the same.
become root
crontab -e
//time interval //insert your crontab command
save n exit.
somthig like this.
|
|
|