7 lines
134 B
Bash
7 lines
134 B
Bash
#!/bin/sh
|
|
#
|
|
# wrapper script for vpncmd, the configuration binary for
|
|
# SoftEther VPN
|
|
#
|
|
%%PREFIX%%/libexec/softether/vpncmd ${1+"$@"}
|