Created
May 26, 2015 01:36
-
-
Save masarakki/4c3af67a6c9de16b48e9 to your computer and use it in GitHub Desktop.
shell script for killing all people
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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