#!/bin/bash cd /opt/saytime if [ ! -e /tmp/timelock ] then touch /tmp/timelock ps -ef | grep osd_clock if [ $? = 0 ] then killall -9 osd_clock fi date +%r |osd_cat -c green -f -adobe-courier-*-*-*-*-*-*-*-*-*-150-*-* & rm /tmp/timelock fi