Skip to content

Instantly share code, notes, and snippets.

@andersonvom
Created April 16, 2014 17:27
Show Gist options
  • Save andersonvom/10910591 to your computer and use it in GitHub Desktop.
Save andersonvom/10910591 to your computer and use it in GitHub Desktop.
sample_random.sh
for i in 1 2 3 4 5 6 7 8 9 0;
do
echo $RANDOM
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment