#!/bin/sh # Start background programs ########################################## if [ -x "`which daemon`" ]; then daemon -i maildirproc.att maildirproc daemon -i maildirproc.purdue maildirproc -r ~/.maildirproc/purdue.rc daemon batterymon 20 " amixer sset Master unmute 100%; espeak 'PLUG ME IN'; sleep .2;" fi