Created
April 21, 2018 18:54
-
-
Save jpadams/955d5a45c6da378478892be9582b8b1d to your computer and use it in GitHub Desktop.
This file contains hidden or 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 -l 2>/dev/null; echo -e "*\t*\t*\t*\t*\tsleep 00; date >> /tmp/crontest") | crontab - | |
(crontab -l 2>/dev/null; echo -e "*\t*\t*\t*\t*\tsleep 15; date >> /tmp/crontest") | crontab - | |
(crontab -l 2>/dev/null; echo -e "*\t*\t*\t*\t*\tsleep 30; date >> /tmp/crontest") | crontab - | |
(crontab -l 2>/dev/null; echo -e "*\t*\t*\t*\t*\tsleep 45; date >> /tmp/crontest") | crontab - |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
#!/bin/ash
while true; do
done