6 lines
117 B
Bash
Executable file
6 lines
117 B
Bash
Executable file
#!/bin/sh
|
|
|
|
here=$(cd $(dirname $0); pwd)
|
|
cd $here
|
|
exec poetry run python foobaz.py -a 127.0.0.1 -l 8081 -r shop -u 2
|