Q:

Run a command in the background witch automatically rerun Raw

#!/bin/bash

if [[ $1 == "--non-background" ]]
then
        yourCommand
        sleep 120
        ./start.sh
        exit
else
        screen -AmdS soulbot ./start.sh --non-background
fi
1

New to Communities?

Join the community