mirror of
https://github.com/clearml/dropbear
synced 2025-01-31 10:57:01 +00:00
10 lines
192 B
Plaintext
10 lines
192 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
# symlink this to dropbear/dbclient/dropbearkey next to dropbearmulti
|
||
|
# good enough for testing purposes.
|
||
|
|
||
|
DIR=$(dirname $0)
|
||
|
PROG=$(basename $0)
|
||
|
exec $DIR/dropbearmulti $PROG "$@"
|
||
|
|