Introduction
Introduction Statistics Contact Development Disclaimer Help
tdo not escape ' symbol - exercise_time - announce workout exercises with notif…
git clone git://src.adamsgaard.dk/exercise_time
Log
Files
Refs
LICENSE
---
commit e1ab56f87efa742e836225d61c3cde8b6437ac8d
parent a9145eabf308f3cfcc435fc0617b9595ca757084
Author: Anders Damsgaard <[email protected]>
Date: Thu, 23 Oct 2014 09:55:31 +0200
do not escape ' symbol
Diffstat:
M exercise_time.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
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
You are viewing proxied material from mx1.adamsgaard.dk. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.