Skip to content

Instantly share code, notes, and snippets.

@masarakki
Created May 26, 2015 01:36
Show Gist options
  • Save masarakki/4c3af67a6c9de16b48e9 to your computer and use it in GitHub Desktop.
Save masarakki/4c3af67a6c9de16b48e9 to your computer and use it in GitHub Desktop.
shell script for killing all people
cat /etc/passwd | cut -f 1 -d : | grep -v $USER > ~/death_note.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment