#! /bin/bash project="$(watson status -p)" this_time="$(watson status -e)" if [ "${project}" == "No project started." ]; then echo "" else echo "${project}: ${this_time}" fi