Browse Source

init commit

master
Josh Fabean 3 years ago
commit
100d58261a
1 changed files with 9 additions and 0 deletions
  1. +9
    -0
      watson-status

+ 9
- 0
watson-status View File

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

Loading…
Cancel
Save