Last active
June 27, 2017 23:37
-
-
Save greymd/db3036acf78fc481fcf3420fec8939ee to your computer and use it in GitHub Desktop.
Quine.bash
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
Q () | |
{ | |
type Q | sed '1d;$aQ' | |
} | |
Q |
Author
greymd
commented
Jun 27, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment