#!/bin/bash #Turn the screen clock on or off if pidof vcstime > /dev/null 2>&1 ; then sudo killall vcstime > /dev/null 2>&1 else sudo -b vcstime > /dev/null 2>&1 fi