Skip to content

Instantly share code, notes, and snippets.

@ravinggenius
Created February 13, 2013 16:30
Show Gist options
  • Save ravinggenius/4945840 to your computer and use it in GitHub Desktop.
Save ravinggenius/4945840 to your computer and use it in GitHub Desktop.
#!/usr/bin/env ruby
phrase = ARGV.first || 'I am such a tool'
while true
system "say #{phrase}"
sleep (1..10).to_a.sample
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment