ledger/scripts/tc
2008-04-13 02:40:47 -04:00

7 lines
68 B
Bash
Executable file

#!/bin/sh
timeclock out
proj="$1"
shift
timeclock in "$proj" "$@"