Skip to content

Instantly share code, notes, and snippets.

@hagiyat
Created February 26, 2014 01:18
Show Gist options
  • Save hagiyat/9221547 to your computer and use it in GitHub Desktop.
Save hagiyat/9221547 to your computer and use it in GitHub Desktop.
crontabで1分おきに交互に実行、の備忘録
00-58/2 * * * * sh /home/vagrant/tmp/test.sh >> /home/vagrant/tmp/test.txt
01-59/2 * * * * sh /home/vagrant/tmp/test2.sh >> /home/vagrant/tmp/test.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment