# HG changeset patch # User HackBot # Date 1500684319 0 # Node ID aa8e4791536e6b6b160b1144e8d72e39ec0c39fa # Parent 6412d84cf27934133dfb0023c1c4282bc0924a08 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. diff -r 6412d84cf279 -r aa8e4791536e wisdom/print_args_or_input --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/wisdom/print_args_or_input Sat Jul 22 00:45:19 2017 +0000 @@ -0,0 +1,1 @@ +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.