annotate bin/rot13 @ 649:756f7adc492b

<shachaf> run echo 'tr a-zA-Z n-za-mN-ZA-M' > bin/rot13; chmod +x bin/rot13
author HackBot
date Sat, 11 Aug 2012 05:50:03 +0000
parents
children cf6adff1b42f
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
649
756f7adc492b <shachaf> run echo 'tr a-zA-Z n-za-mN-ZA-M' > bin/rot13; chmod +x bin/rot13
HackBot
parents:
diff changeset
1 tr a-zA-Z n-za-mN-ZA-M