6 řádky
77 B
Bash
Spustitelný soubor
6 řádky
77 B
Bash
Spustitelný soubor
#!/bin/sh
|
|
|
|
cd "$(dirname "$0")"
|
|
poetry install
|
|
poetry run python3 beatbot.py
|