This repository has been archived on 2021-04-24. You can view files and clone it, but cannot push or open issues or pull requests.
Mikubot-2/launch.sh
2016-09-05 16:24:17 +02:00

8 lines
171 B
Bash
Executable File

#!/bin/sh
# Launch Brawlbot
# Restart Brawlbot five seconds after halted.
while true; do
lua main.lua
echo 'Miku wurde gestoppt. ^C zum beenden.'
sleep 5s
done