Skip to content

Instantly share code, notes, and snippets.

@yookoala
Last active July 27, 2018 12:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yookoala/d7429c45cf2559ba64b8753a975592f3 to your computer and use it in GitHub Desktop.
Save yookoala/d7429c45cf2559ba64b8753a975592f3 to your computer and use it in GitHub Desktop.
A very simple bash script for fun.
#!/bin/bash
# say something, with timestamp, every 5 seconds
while echo "$@"; do
sleep 5s
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment