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