5 lines
100 B
Bash
5 lines
100 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
here=$(cd $(dirname $0); pwd)
|
||
|
exec poetry run python $here/foobaz.py -a 127.0.0.1 -r big
|