mirror of
https://github.com/CCLeonOS/LeonOS.git
synced 2026-03-03 15:17:01 +00:00
7 lines
183 B
Lua
7 lines
183 B
Lua
-- LeonOS version command
|
|
local rc = require("rc")
|
|
local textutils = require("textutils")
|
|
|
|
-- Display LeonOS version
|
|
textutils.coloredPrint(colors.yellow, rc.version(), colors.white)
|