#!/bin/sh

config="/etc/vscl.conf"

confcmd=""

if [ -r $config ]; then
	confcmd="--config ${config}"
fi

/_libdir/uvscan ${confcmd} "$@"
