#!/bin/sh
#
#  What'd root do during the night?  (you might wanna change this
#  to daytime, depending on your normal behavior).
#
/usr/local/bin/spar -e 'user=root && tty != notty && (
	time > 23:00 || time < 07:00) {print}'
