wssh
This commit is contained in:
parent
06660b992f
commit
825ed5263c
@ -6,6 +6,10 @@ if [ $# -lt 1 ]; then
|
|||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
if [[ "$*" == *" -- "* ]]; then
|
||||||
|
exec /bin/ssh "$@"
|
||||||
|
fi
|
||||||
|
|
||||||
[ -z "$WSCOMPAT_MASTER" ] && WSCOMPAT_MASTER="$(whoami)"
|
[ -z "$WSCOMPAT_MASTER" ] && WSCOMPAT_MASTER="$(whoami)"
|
||||||
read -r -d '' init_cmd << WSCOMPAT_EOF_9oqn7IVF || true
|
read -r -d '' init_cmd << WSCOMPAT_EOF_9oqn7IVF || true
|
||||||
export WS_IS_COMPAT=1
|
export WS_IS_COMPAT=1
|
||||||
|
Loading…
Reference in New Issue
Block a user