#! /bin/csh -f
# this script attaches the utimer module to the kernel at runtime
#
echo "Loading utimer module..."
echo
modload utimer.o -v -exec utimer.exec
modstat -v
echo
