Unit für den Werkstatt-Server
This commit is contained in:
parent
7fbee99978
commit
69914c6545
2 changed files with 14 additions and 0 deletions
5
foobaz-shop.sh
Executable file
5
foobaz-shop.sh
Executable file
|
|
@ -0,0 +1,5 @@
|
|||
#!/bin/sh
|
||||
|
||||
here=$(cd $(dirname $0); pwd)
|
||||
cd $here
|
||||
exec poetry run python foobaz.py -a 127.0.0.1 -r shop
|
||||
Loading…
Add table
Add a link
Reference in a new issue