Skip to content

pampanelson/luaforever

 
 

Repository files navigation

LuaForever

Run a Lua/LuaJIT script forever.

Example:

luajit myscript.lua arg1 arg2
# error, script crashes...

luaforever myscript.lua arg1 arg2
# error, script crashes...
# myscript.lua restarts automatically
# error, script crashes...
# myscript.lua restarts automatically
# ...

About

LuaForever: run a script forever.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Lua 100.0%