Go here before running poetry
This commit is contained in:
parent
c27a809319
commit
dff9bd8b4f
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue