log

age author description
Sat, 22 Jul 2017 00:48:48 +0000 HackBot <oerjan> slwd print_args_or_input//s, , ,
Sat, 22 Jul 2017 00:46:02 +0000 HackBot <oerjan> slwd print_args_or_input//s,Is,is,
Sat, 22 Jul 2017 00:45:19 +0000 HackBot <oerjan> learn print_args_or_input Is a utility command that makes it easy to create a shell script that can be used either as a pipe or directly as a HackEgo command. Use as print_args_or_input "$@" | yourShellCode . See also shebang_args_or_input.
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:48:55 +0000 HackBot <Jafet> ` sed -i \'s/\\r//\' 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