Skip to content

Instantly share code, notes, and snippets.

@simon-contreras-deel
Created February 4, 2020 09:33
Show Gist options
  • Save simon-contreras-deel/c23b51f634317e53cbcd3cbe111c02d7 to your computer and use it in GitHub Desktop.
Save simon-contreras-deel/c23b51f634317e53cbcd3cbe111c02d7 to your computer and use it in GitHub Desktop.
run loop in cli
for i in $(seq 1 100); do echo "hi ${i}"; echo "hi again ${i}"; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment