summaryrefslogtreecommitdiff
path: root/scripts/tc
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/tc')
-rwxr-xr-xscripts/tc7
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" "$@"