5 行
115 B
Bash
実行ファイル
5 行
115 B
Bash
実行ファイル
#!/bin/sh
|
|
# pass aguments to the remote stdin, shovel back the remote output
|
|
echo "$@"
|
|
exec /bin/cat >&$SAVED_FD_1
|