Skip to content

Instantly share code, notes, and snippets.

@jplewicke
Created March 14, 2013 02:22
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 jplewicke/5158301 to your computer and use it in GitHub Desktop.
Save jplewicke/5158301 to your computer and use it in GitHub Desktop.
Badger badger badger offline mode.
yes | gawk 'NR % 2 == 1 {s = "badger badger " ; print s s s s s s} NR % 4 == 2 {print "mushroom mushroom mushroom"} NR % 4 == 0{print "Snake snake snake. Its a snake"}' | head -9999 | say
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment