softether-vpn/debian/bin/vpnserver

4 lines
48 B
Plaintext
Raw Permalink Normal View History

#!/bin/sh
/opt/vpnserver/vpnserver "$@"
exit $?