annotate bin/rot13 @ 698:39dc723f2c28

<itidus21> pastelogs esme
author HackBot
date Fri, 14 Sep 2012 06:58:05 +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