#
# Quit : temintates the snoozer program in a safe and clean way.
#        SIGQUIT is equal to 3.
#
#!/bin/sh
kill -SIGQUIT `cat jobtab.pid`
