Created
August 19, 2013 01:10
-
-
Save twtw/6265001 to your computer and use it in GitHub Desktop.
crontab for schedule to play music
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# crontab for schedule to play music | |
39 * * * * /usr/sbin/ntpdate -s ntp.ntu.edu.tw > /dev/null 2>&1 | |
0 10 * * 1-5 /usr/bin/mpg321 --list /home/user/M/ten.txt | |
0 12 * * 1-5 /usr/bin/mpg321 -g 40 --list /home/user/M/noon.txt | |
0 13 * * 1-5 /usr/bin/mpg321 --list /home/user/M/wakeup.txt | |
0 15 * * 1-5 /usr/bin/mpg321 --list /home/user/M/teatime.txt |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment