mirror of
https://github.com/CCLeonOS/LeonOS.git
synced 2026-03-03 15:17:01 +00:00
7 lines
222 B
Lua
7 lines
222 B
Lua
|
|
local shell = require("shell")
|
||
|
|
local colors = require("colors")
|
||
|
|
local textutils = require("textutils")
|
||
|
|
|
||
|
|
textutils.coloredPrint(colors.yellow, "available programs\n", colors.white)
|
||
|
|
textutils.pagedTabulate(shell.programs())
|