#!/bin/sh PATH="~/bin:$PATH" MAXVOL=60 MIXER="PCM" export DISPLAY=`cat ~/.screen/home/display` is-phone-present || exit 0 amixer -q set "$MIXER" 6 ~/bin/crescendo -d "$MIXER" -t 3300 -v $MAXVOL & at now+55minutes >& /dev/null < /dev/null mpc --no-status play EOF at now+3hours >& /dev/null <