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