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
Andreas Bielawski 80e9f2ffd2 Oops
2016-06-12 13:52:57 +02:00

8 lines
95 B
Bash
Executable File

#!/bin/sh
while true; do
lua main.lua
echo 'otouto has stopped. ^C to exit.'
sleep 5s
done