๐Ÿ“ฆ tolik518 / factorion-bot

๐Ÿ“„ run.sh ยท 8 lines
1
2
3
4
5
6
7
8#!/bin/bash
while true
do
    factorion-bot
    echo "ERROR | run.sh | $(date -u +"%Y-%m-%dT%H:%M:%SZ") | factorion-bot has crashed"
    sleep 60
done