Skip to content

Instantly share code, notes, and snippets.

@smcpherson
Last active August 29, 2015 14:27
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 smcpherson/238b134d80f05ff6c8dc to your computer and use it in GitHub Desktop.
Save smcpherson/238b134d80f05ff6c8dc to your computer and use it in GitHub Desktop.
infinite poop loop!
v = %w(Agnes Kathy Princess Vicki Victoria Alex Bruce Fred Junior Ralph Albert Bahh Bells Boing Bubbles Cellos Deranged Hysterical Trinoids Whisper Zarvox)
# Initial delay:
sleep(60 * 5)
# Infinite Poop:
while true do
`say -v #{v[rand(v.length)]} "poop"`
sleep(rand(60))
print [128169].pack('U*')+" "
end
@smcpherson
Copy link
Author

Its probably a good idea to lock your computer. Otherwise, I may plant an infinite poop loop on you.

💩

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