# HG changeset patch # User Steve Huston # Date 1387403900 18000 # Node ID d635f7e310328da64dd798b074461569cf2a1f2e # Parent 3d2378f5856a334b3d292ddc66e592eeda7dd51b 'tock' function added: * Creates a sound effect near the end of a standard JT65 receive window for easier monitoring of transmissions without having to watch the app the whole time. diff -r 3d2378f5856a -r d635f7e31032 .bash_aliases --- a/.bash_aliases Thu Sep 12 07:50:24 2013 -0400 +++ b/.bash_aliases Wed Dec 18 16:58:20 2013 -0500 @@ -150,6 +150,16 @@ # Other Functions +tock() { + while true ; do + if [ `date +%S` -gt 42 ] ; then + if [ `date +%S` -lt 47 ] ; then + afplay /System/Library/Sounds/Pop.aiff & + fi + fi + sleep 1 + done > /dev/null 2>&1 +} update_toodledo() { case `hostname -s` in