softether-vpn/debian/bin/vpnclient

4 lines
48 B
Plaintext
Raw Normal View History

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