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