Skip to content

Instantly share code, notes, and snippets.

@mu-777
Created November 2, 2017 02:04
Show Gist options
  • Save mu-777/a13e0d3869147dfba081ba63d4e66729 to your computer and use it in GitHub Desktop.
Save mu-777/a13e0d3869147dfba081ba63d4e66729 to your computer and use it in GitHub Desktop.
#!/bin/bash
CNT=0
# do something here
while true; do echo $((CNT++)); sleep 1; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment