rename hacks to scripts

This commit is contained in:
nom3ad 2024-01-07 16:21:27 +05:30 committed by Brian May
parent 32fceefa76
commit de8a19ce69
9 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
```bash
test-bed up -d # start containers
exec-sshuttle <node> [--copy-id] [--shuttle-bin=/path/to/sshttle] [sshuttle-args...]
exec-sshuttle <node> [--copy-id] [--sshuttle-bin=/path/to/sshuttle] [sshuttle-args...]
exec-sshuttle node-1 # start sshuttle to connect to node-1

View File

@ -80,5 +80,5 @@ if [[ -z $sshuttle_bin || "$sshuttle_bin" == dev ]]; then
fi
set -x
$sshuttle_bin --version
exec "${sshuttle_bin}" -r "$user@$host:$port" --ssh-cmd "$ssh_cmd" "${args[@]}"