tupdate to new office ip - exercise_time - announce workout exercises with notifications and speech synth
 (HTM) git clone git://src.adamsgaard.dk/exercise_time
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) LICENSE
       ---
 (DIR) commit 99082922ea15b687055382e395e90595b200ae6c
 (DIR) parent d9dec5e55a66bdca0409e01d2fad52172535a7dd
 (HTM) Author: Anders Damsgaard <anders.damsgaard@geo.au.dk>
       Date:   Wed, 26 Aug 2015 14:23:33 +0200
       
       update to new office ip
       
       Diffstat:
         M exercise_time.sh                    |       4 ++--
       
       1 file changed, 2 insertions(+), 2 deletions(-)
       ---
 (DIR) diff --git a/exercise_time.sh b/exercise_time.sh
       t@@ -39,9 +39,9 @@ fi
        UNAMESTR=`uname`
        
        if [[ "$UNAMESTR" == 'Darwin' ]]; then
       -    IP=`/sbin/ifconfig | grep 10.17.8`
       +    IP=`/sbin/ifconfig | grep 192.168.40`
        else
       -    IP=`ip addr | grep 10.17.8`
       +    IP=`ip addr | grep 192.168.40`
        fi
        
        for ((i=0; i<$1; i++)); do