#!/bin/sh
#
# wrapper script for vpncmd, the configuration binary for
# SoftEther VPN
#
/usr/local/libexec/softether/vpncmd ${1+"$@"}
