Skip to content

Instantly share code, notes, and snippets.

@kevdougful
Last active March 29, 2016 13:16
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 kevdougful/66708b8a08ce4710b55a to your computer and use it in GitHub Desktop.
Save kevdougful/66708b8a08ce4710b55a to your computer and use it in GitHub Desktop.
ALWAYS commit your changes...no matter what.
#!/bin/bash
echo AAAH FIRE!!! RUN AWAY!!!
git commit -a -m "FIRE!!!"
git push
sudo shutdown -h now
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment