Mercurial > repo
log bin/rot13 @ 12523:67a2e5342dad draft default tip
age | author | description |
---|---|---|
2017-07-22 | HackBot | <oerjan> sled bin/rot13//1c#!/hackenv/bin/shebang_args_or_input python |
2017-07-22 | HackBot | <oerjan> ` mv bin/rot13{_stdin,} |
2017-07-21 | HackBot | <Jafet> ` mv bin/rot13{,_stdin} && echo \'print_args_or_input "$@" | rot13_stdin\' >bin/rot13 && chmod +x bin/rot13 |
2017-07-21 | HackBot | <Jafet> ` mv MXOA bin/rot13 && chmod +x bin/rot13 |
2014-03-16 | HackBot | <oerjan> revert |
2014-02-22 | HackBot | <ion> printf \'%s\\n\' \'print_args_or_input "$@" | tr a-zA-Z n-za-mN-ZA-M\' >bin/rot13 |
2014-02-22 | 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 |
2012-12-09 | HackBot | <oerjan> revert 999 |
2012-08-11 | HackBot | <shachaf> run echo 'echo "$@" | tr a-zA-Z n-za-mN-ZA-M' > bin/rot13; chmod +x bin/rot13 |
2012-08-11 | HackBot | <shachaf> run echo 'tr a-zA-Z n-za-mN-ZA-M' > bin/rot13; chmod +x bin/rot13 |