8 lines
95 B
Bash
Executable File
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
|