mirror of
https://github.com/TotalFreedomMC/AMP-Bot.git
synced 2024-12-22 08:15:15 +00:00
9 lines
129 B
Text
9 lines
129 B
Text
|
#!/bin/bash
|
||
|
|
||
|
cd "$(dirname "$BASH_SOURCE")" || {
|
||
|
echo "Python 3.5 doesn't seem to be installed!" >&2
|
||
|
exit 1
|
||
|
}
|
||
|
|
||
|
python3.5 bot.py
|