-
Notifications
You must be signed in to change notification settings - Fork 231
The shell
Jaume Olivé Petrus edited this page Jun 6, 2017
·
34 revisions
Lua RTOS has an integrated shell that allows you to execute certain commands in a linux similar way. The shell is disabled by default, but you can enable it typing os.shell(true) in the prompt or putting os.shell(true) in the system.lua file.
The following explains all the commands supported by the shell.