5 lines
119 B
Bash
Executable File
5 lines
119 B
Bash
Executable File
#!/bin/bash
|
|
cd ~/Desktop/DeepRes
|
|
export $(grep -v '^#' .env | xargs)
|
|
exec stdbuf -oL ./bot > /tmp/deepres-bot.log 2>&1
|