log bin/rot13 @ 12256:821155c00e34 draft

age author description
Sat, 22 Jul 2017 00:41:18 +0000 HackBot <oerjan> sled bin/rot13//1c#!/hackenv/bin/shebang_args_or_input python
Sat, 22 Jul 2017 00:40:56 +0000 HackBot <oerjan> ` mv bin/rot13{_stdin,}
Fri, 21 Jul 2017 12:38:28 +0000 HackBot <Jafet> ` mv bin/rot13{,_stdin} && echo \'print_args_or_input "$@" | rot13_stdin\' >bin/rot13 && chmod +x bin/rot13
Fri, 21 Jul 2017 12:36:10 +0000 HackBot <Jafet> ` mv MXOA bin/rot13 && chmod +x bin/rot13
Sun, 16 Mar 2014 01:52:15 +0000 HackBot <oerjan> revert
Sat, 22 Feb 2014 02:26:11 +0000 HackBot <ion> printf \'%s\\n\' \'print_args_or_input "$@" | tr a-zA-Z n-za-mN-ZA-M\' >bin/rot13
Sat, 22 Feb 2014 02:21:01 +0000 HackBot <ion> printf \'%s\\n\' \'if [ "$#" -gt 0 ]; then printf \'\\\'\'%s\\n\'\\\'\' "$*"; else cat; fi | tr a-zA-Z n-za-mN-ZA-M\' | tee bin/rot13
Sun, 09 Dec 2012 22:07:20 +0000 HackBot <oerjan> revert 999
Sat, 11 Aug 2012 05:51:56 +0000 HackBot <shachaf> run echo 'echo "$@" | tr a-zA-Z n-za-mN-ZA-M' > bin/rot13; chmod +x bin/rot13
Sat, 11 Aug 2012 05:50:03 +0000 HackBot <shachaf> run echo 'tr a-zA-Z n-za-mN-ZA-M' > bin/rot13; chmod +x bin/rot13