6 lines
81 B
Plaintext
6 lines
81 B
Plaintext
|
#!/bin/bash
|
||
|
|
||
|
export PYTHONPATH="$APPDIR"
|
||
|
cd "$APPDIR"
|
||
|
exec pipenv run bin/strpcd
|