Kickstart ESBO-ETC from bash

This commit is contained in:
Lukas Klass 2020-04-06 17:15:33 +02:00
parent 13a7355f12
commit 97d9082e20
1 changed files with 5 additions and 0 deletions

5
run_esbo-etc Executable file
View File

@ -0,0 +1,5 @@
#!/bin/bash
export PYTHONPATH="${PYTHONPATH}:$(pwd)"
venv/bin/python3.7 esbo_etc/esbo-etc.py "$@"