lua5.1(1) - Lua interpreter
-e stat
       execute statement stat.  You need to quote stat if it contains spaces, quotes, or other characters
       special to the shell.
-i     enter interactive mode after script is executed.
-l name
       call require('name') before executing script.  Typically used to load libraries.
-v     show version information.