You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
#!/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 "$@"
|
|
|