6 行
77 B
Bash
実行ファイル
6 行
77 B
Bash
実行ファイル
#!/bin/sh
|
|
|
|
cd "$(dirname "$0")"
|
|
poetry install
|
|
poetry run python3 beatbot.py
|