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