#!/bin/sh [ "$1" = "info" ] && echo "pause the timer" && exit 2 . "$core_path/lib" . "$core_path/update" [ $running -eq 0 ] && err "timer is not running" time="$(echo "$time - $now" | bc)" running=0 save_state