Skip to content

Instantly share code, notes, and snippets.

@hynkle
Created August 25, 2011 16:35
Show Gist options
  • Select an option

  • Save hynkle/1171100 to your computer and use it in GitHub Desktop.

Select an option

Save hynkle/1171100 to your computer and use it in GitHub Desktop.
annoyotron
# do not judge
while true; do sleep `echo $RANDOM%300+150 | bc`; echo $(head -c `echo $RANDOM%10+1 | bc` /dev/random) > /dev/$(w | sed -n 's/.*\(s[0-9][0-9]*\).*/tty\1/p' | php -r '$a=file("php://stdin");shuffle($a);print $a[0];'); done
@hynkle
Copy link
Copy Markdown
Author

hynkle commented Aug 25, 2011

It's not annoying enough of an annoyotron unless it involves PHP.

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