#!/bin/sh
# Synopsis:
# uucheck [-s[ilent]] [-v[erbose]] [-f[ix]]
# 
# $ uucheck
PATH=/usr/bin:/bin:/usr/lib/uucheck
export PATH
uucheckperms $* < /usr/lib/uucheck/uucp.perms
uucheckname $*
uuchecklock $*
