1
0
forked from x/ContextOS
ContextOS/etc/run.sh
2018-10-24 23:42:21 +08:00

9 lines
124 B
Bash
Executable File

#!/usr/bin/env bash
while true; do
bench && break
echo "bench run error"
echo "restarting..."
sleep 3
done