Skip to content

Instantly share code, notes, and snippets.

@robotmachine
Last active January 13, 2017 02:17
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 robotmachine/5a9c42c49192250b56848502b1fdf62e to your computer and use it in GitHub Desktop.
Save robotmachine/5a9c42c49192250b56848502b1fdf62e to your computer and use it in GitHub Desktop.
Demonstration of a Gist
#!/bin/bash
echo "This is a test"
for x in {1..5} ; do
echo "$x"
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment