mirror of
https://github.com/SoftEtherVPN/SoftEtherVPN.git
synced 2024-11-23 01:49:53 +03:00
4 lines
48 B
Bash
4 lines
48 B
Bash
#!/bin/sh
|
|
/opt/vpnclient/vpnclient "$@"
|
|
exit $?
|