#! /bin/csh -f

# This variable might have to be customized.
set database="/mnt/pub/lcspeople"

set com=$0

if ($#argv <  1) then
    echo "usage: $com:t somestring  (eg: $com:t bob or $com:t 5851 or $com:t Facult)"
    exit 1
endif

/usr/local/bin/query $database $argv[1] -

/usr/local/bin/query $database "Last Updated" -

