annotate bin/rot13 @ 733:2567e721a4b8

<oerjan> addquote <oklopol> t <oklopol> y <oklopol> also i didn't say t\ny on purpose, i just accidentally hit the keyboard with my head
author HackBot
date Thu, 04 Oct 2012 20:49:00 +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