1
0
mirror of https://shylinux.com/x/ContextOS synced 2025-04-25 16:58:06 +08:00
ContextOS/etc/run.sh
2018-11-10 18:13:47 +08:00

9 lines
130 B
Bash
Executable File

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