mirror of
https://github.com/brmlab/talknight-timer.git
synced 2025-06-07 11:06:11 +02:00
6 lines
94 B
Bash
Executable file
6 lines
94 B
Bash
Executable file
#!/bin/bash
|
|
|
|
DIR="$(dirname $0)"
|
|
PYTHON=$DIR/bin/python
|
|
TIMER=$DIR/timer.py
|
|
$PYTHON $TIMER $*
|