Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

schedule shell script mac

env EDITOR=nano crontab -e
0  3  *  *  *  sh /path/to/your/file
-----
(format: min  hour  day_of_month  month  day_of_week  your_command)
 
PREVIOUS NEXT
Tagged: #schedule #shell #script #mac
ADD COMMENT
Topic
Name
8+1 =