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