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