feature-unify_handlers
Tomáš Mládek 2018-02-06 14:20:03 +01:00 committed by Tomáš Mládek
parent eb53df610e
commit b61933977d
2 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
#!/bin/bash
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
cd ${DIR}
python3 robot.py 2>&1 |tee -a out/delojza.log
python3 delojza.py 2>&1 |tee -a out/delojza.log