tremove redundant newline - 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 20d01b91fcdc8cf54a18f17cedac8675a3f3760c
DIR parent 2505b02d2811b533e7de9c29620a7f30fcc72c8c
HTML Author: Anders Damsgaard <anders.damsgaard@geo.au.dk>
Date: Fri, 30 Jan 2015 14:22:59 +0100
remove redundant newline
Diffstat:
M exercise_time.sh | 1 -
1 file changed, 0 insertions(+), 1 deletion(-)
---
DIR diff --git a/exercise_time.sh b/exercise_time.sh
t@@ -48,7 +48,6 @@ for ((i=0; i<$1; i++)); do
# OS X
if [[ "$UNAMESTR" == 'Darwin' ]]; then
if [[ "$(ifconfig | grep 10.17.8)" ]]; then
-
say "$announcement"
fi