Timer - troyp/edbrowse GitHub Wiki

This simple function prints a message after a specified number of seconds. If the alert does not sound and you want it to, change echo to echo -e.

#Timer
#usage: <timer <seconds>
function+timer {
db0
!sleep ~1 && echo "~1 second timer done\a" &
}
⚠️ **GitHub.com Fallback** ⚠️