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