Skip to content

Instantly share code, notes, and snippets.

@evand
Created September 16, 2013 22:54
Show Gist options
  • Save evand/6587725 to your computer and use it in GitHub Desktop.
Save evand/6587725 to your computer and use it in GitHub Desktop.
#!/bin/bash
echo $1
for i in {1..5}
do
echo $RANDOM
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment