Skip to content

Instantly share code, notes, and snippets.

@relaxnow
Created February 4, 2016 13:12
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 relaxnow/9b8dbc0fb8384a784372 to your computer and use it in GitHub Desktop.
Save relaxnow/9b8dbc0fb8384a784372 to your computer and use it in GitHub Desktop.
#!/bin/bash
while [ true ];
do
say "I am stupid"
SLEEPTIME=`jot -r 1 1 10`
sleep $SLEEPTIME
done
@relaxnow
Copy link
Author

relaxnow commented Feb 4, 2016

Prank shell script to sleep for a while and say "I am stupid"

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