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