Skip to content

Instantly share code, notes, and snippets.

@A
Created October 22, 2014 11:48
Show Gist options
  • Select an option

  • Save A/3d87291c2d664e0e2a0b to your computer and use it in GitHub Desktop.

Select an option

Save A/3d87291c2d664e0e2a0b to your computer and use it in GitHub Desktop.
time tail -$((RANDOM/(32767/`wc -l<~/.emotions|tr -d ' '`))) ~/.emotions|head -1
◕‿◕
tail -$((RANDOM/(32767/`wc -l<~/.emotions|tr -d ' '`))) ~/.emotions 0.00s user 0.00s system 88% cpu 0.002 total
head -1 0.00s user 0.00s system 90% cpu 0.002 total
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment