5 lines
124 B
Bash
5 lines
124 B
Bash
|
#!/bin/bash
|
||
|
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
||
|
cd ${DIR}
|
||
|
python3 robot.py 2>&1 |tee -a out/delojza.log
|