5 lines
97 B
Bash
Executable File
5 lines
97 B
Bash
Executable File
#!/bin/bash
|
|
cd /home/ben/opencode-desktop/ia_bot
|
|
source venv/bin/activate
|
|
nohup python main.py &
|