Skip to content

Instantly share code, notes, and snippets.

@mittenchops
Created April 21, 2014 15:51
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 mittenchops/11146726 to your computer and use it in GitHub Desktop.
Save mittenchops/11146726 to your computer and use it in GitHub Desktop.
random sparklines
$ for i in {1..100}; do echo $(($RANDOM/1000)); done | spark
@mittenchops
Copy link
Author

for j in {1..50}; do for i in {1..198}; do echo $(($RANDOM/1000)); done | spark ; done

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment