diff --git a/foobaz.sh b/foobaz.sh index 5adfa1c..5e975d3 100755 --- a/foobaz.sh +++ b/foobaz.sh @@ -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