annotate bin/rot13 @ 956:82a876c32fa3

<coppro> delquote 325
author HackBot
date Sat, 08 Dec 2012 06:39:55 +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