3 lines
91 B
Bash
3 lines
91 B
Bash
|
#!/bin/bash
|
||
|
screen -d -m -S "aquatic_bot" python3 ~/discord_bot/discord_aquatic_bot/bot.py
|