diff options
Diffstat (limited to 'scripts/tc')
-rwxr-xr-x | scripts/tc | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/scripts/tc b/scripts/tc new file mode 100755 index 00000000..c24be99a --- /dev/null +++ b/scripts/tc @@ -0,0 +1,7 @@ +#!/bin/sh + +timeclock out + +proj="$1" +shift +timeclock in "$proj" "$@" |