6 lignes
77 B
Bash
Fichiers exécutables
6 lignes
77 B
Bash
Fichiers exécutables
#!/bin/sh
|
|
|
|
cd "$(dirname "$0")"
|
|
poetry install
|
|
poetry run python3 beatbot.py
|