zivleech/update.sh

7 řádky
83 B
Bash
Spustitelný soubor

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