Skip to content

Instantly share code, notes, and snippets.

@asmega
Created April 11, 2019 13:32
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 asmega/7886ba2cba5773c4fecc4c79f9a2f4f4 to your computer and use it in GitHub Desktop.
Save asmega/7886ba2cba5773c4fecc4c79f9a2f4f4 to your computer and use it in GitHub Desktop.
bash loop
for i in {1..1000} ; do
echo "thing"
sleep 3
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment