URI:
       tfix quotation mark - exercise_time - announce workout exercises with notifications and speech synth
  HTML git clone git://src.adamsgaard.dk/exercise_time
   DIR Log
   DIR Files
   DIR Refs
   DIR LICENSE
       ---
   DIR commit a9145eabf308f3cfcc435fc0617b9595ca757084
   DIR parent 7a205c02112c1641e24438e3894739dede8c39a4
  HTML Author: Anders Damsgaard <anders.damsgaard@geo.au.dk>
       Date:   Wed, 22 Oct 2014 09:23:13 +0200
       
       fix quotation mark
       
       Diffstat:
         M exercise_time.sh                    |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
   DIR diff --git a/exercise_time.sh b/exercise_time.sh
       t@@ -24,7 +24,7 @@ fi
        for ((i=0; i<$1; i++)); do
            #mpc pause &> /dev/null
            #echo "It's exercise time! $2" | festival --tts
       -    notify-send "It's exercise time! $2"
       +    notify-send "It\'s exercise time! $2"
            #mpc play &> /dev/null
            sleep $WAITSECS
        done