Skip to content

Instantly share code, notes, and snippets.

@zimbatm
Last active February 5, 2020 09:28
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 zimbatm/3d50ce6c5f5afd9fce469095cf9e33ad to your computer and use it in GitHub Desktop.
Save zimbatm/3d50ce6c5f5afd9fce469095cf9e33ad to your computer and use it in GitHub Desktop.
#!/usr/bin/env bash
i=1
loop() {
echo "iteration $i"
((i++))
sleep 1
echo loop >> "$0"
}
loop
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment