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