1
0
mirror of https://github.com/SoftEtherVPN/SoftEtherVPN.git synced 2025-06-28 03:45:08 +03:00
SoftEtherVPN/debian/bin/vpnclient
2014-02-06 01:36:42 +09:00

4 lines
48 B
Bash

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