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