1
0
mirror of https://shylinux.com/x/ContextOS synced 2025-04-25 08:48:06 +08:00
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