Skip to content

Instantly share code, notes, and snippets.

@mowings
Created May 18, 2020 17:12
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 mowings/2c74f126c877c39cb8087066117204db to your computer and use it in GitHub Desktop.
Save mowings/2c74f126c877c39cb8087066117204db to your computer and use it in GitHub Desktop.
bash one-line wait
while sleep 15; do echo Sleeping...; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment