Go here before running poetry

This commit is contained in:
Stefan Bethke 2022-07-26 12:35:53 +02:00
parent c27a809319
commit dff9bd8b4f

View file

@ -1,4 +1,5 @@
#!/bin/sh
here=$(cd $(dirname $0); pwd)
exec poetry run python $here/foobaz.py -a 127.0.0.1 -r big
cd $here
exec poetry run python foobaz.py -a 127.0.0.1 -r big