buildd-start() { local need_sudo if [ -r ~buildd ] ; then need_sudo="" else need_sudo="sudo" fi $need_sudo find ~buildd/ -maxdepth 1 -name NO-DAEMON-PLEASE -group adm -ls | grep NO-DAEMON-PLEASE && sudo rm -v ~buildd/NO-DAEMON-PLEASE }