mirror of
https://github.com/brmlab/talknight-timer.git
synced 2025-06-08 03:24:02 +02:00
initial
This commit is contained in:
commit
628dff712f
11 changed files with 79 additions and 0 deletions
6
timer.sh
Executable file
6
timer.sh
Executable file
|
@ -0,0 +1,6 @@
|
|||
#!/bin/bash
|
||||
|
||||
DIR="$(dirname $0)"
|
||||
PYTHON=$DIR/bin/python
|
||||
TIMER=$DIR/timer.py
|
||||
$PYTHON $TIMER $*
|
Loading…
Add table
Add a link
Reference in a new issue