mirror of
https://github.com/SoftEtherVPN/SoftEtherVPN.git
synced 2024-11-06 17:50:40 +03:00
4 lines
42 B
Plaintext
4 lines
42 B
Plaintext
|
#!/bin/sh
|
||
|
/usr/vpncmd/vpncmd "$@"
|
||
|
exit $?
|