Created
July 1, 2020 20:49
-
-
Save cfbarbero/0e98a74457f44fc2fa98197846f63a9b to your computer and use it in GitHub Desktop.
One line shell script to repeat forever
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
while true; do date; sleep 5; done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment