5 lines
53 B
Bash
Executable file
5 lines
53 B
Bash
Executable file
#!/bin/sh
|
|
|
|
proj="$1"
|
|
shift
|
|
timeclock in "$proj" "$@"
|