#!/bin/sh [ "$1" = "info" ] && echo "toggle the timer between running and paused" && exit 2 . "$core_path/update" [ "$state" = 'running' ] && exec "$prog" pause || exec "$prog" start