log

age author description
Mon, 24 Jul 2017 18:15:54 +0000 HackBot <shachaf> rm bin/cd
Sun, 23 Jul 2017 14:13:44 +0000 HackBot <boily> forget lazy
Sat, 22 Jul 2017 00:56:05 +0000 HackBot <oerjan> slwd print_args_or_input//s,Use as ,&\',;s,Code ,Code\',
Sat, 22 Jul 2017 00:55:51 +0000 HackBot <oerjan> revert
Sat, 22 Jul 2017 00:55:40 +0000 HackBot <oerjan> slwd print_args_or_input//s,Use as ,&",;s,Code ,Code",
Sat, 22 Jul 2017 00:54:23 +0000 HackBot <oerjan> learn shebang_args_or_input is similar to print_args_or_input, but for other scripting languages like perl or python. E.g. if you have a python script that pipes stdin, replace the usual shebang line by "#!/hackenv/bin/shebang_args_or_input python".
Sat, 22 Jul 2017 00:51:22 +0000 HackBot <oerjan> learn shebang_args_or_input is similar to print_args_or_input, but for other scripting languages like perl or python. E.g. if you have a python script that pipes stdin, replace the usual shebang line by #!/hackenv/bin/shebang_args_or_input python .
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
Fri, 21 Jul 2017 12:36:10 +0000 HackBot <Jafet> ` mv MXOA bin/rot13 && chmod +x bin/rot13