This commit is contained in:
Peter Boráros 2013-07-10 18:26:44 +02:00
commit 628dff712f
11 changed files with 79 additions and 0 deletions

6
timer.sh Executable file
View file

@ -0,0 +1,6 @@
#!/bin/bash
DIR="$(dirname $0)"
PYTHON=$DIR/bin/python
TIMER=$DIR/timer.py
$PYTHON $TIMER $*