annotate bin/rot13 @ 998:ce6646114f58

<nortti> pastequotes
author HackBot
date Sun, 09 Dec 2012 20:48:02 +0000
parents cf6adff1b42f
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
650
cf6adff1b42f <shachaf> run echo 'echo "$@" | tr a-zA-Z n-za-mN-ZA-M' > bin/rot13; chmod +x bin/rot13
HackBot
parents: 649
diff changeset
1 echo "$@" | tr a-zA-Z n-za-mN-ZA-M