softether-vpn/debian/bin/vpnserver

4 lines
48 B
Bash
Executable File

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