Created
June 20, 2016 18:08
-
-
Save joshix/4e0c253035e29a5694817a683dede880 to your computer and use it in GitHub Desktop.
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
| #!/bin/cat | |
| # This is a self-replicating unix shell program. The kernel | |
| # hands this file to the interpreter named in the first | |
| # line. cat(1) does its thing which is printing on standard | |
| # output. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment