Skip to content

Instantly share code, notes, and snippets.

@andyreagan
Created March 12, 2015 20:30
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 andyreagan/5342009f793c69172330 to your computer and use it in GitHub Desktop.
Save andyreagan/5342009f793c69172330 to your computer and use it in GitHub Desktop.
for X in {1..10}
do
for Y in 1 2 3 4 5 6 7 8 9 10
do
echo "${X} ${Y}"
done
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment