1
0
Fork 0
zivleech/update.sh

7 Zeilen
83 B
Bash
Ausführbare Datei

#!/bin/sh
cd "$(dirname $0)"
poetry install
poetry run python3 zenius.py -r "$@"