mirror of
https://github.com/CCLeonOS/LeonOS.git
synced 2026-03-03 15:17:01 +00:00
8 lines
179 B
Lua
8 lines
179 B
Lua
|
|
-- about
|
||
|
|
|
||
|
|
local rc = require("rc")
|
||
|
|
local colors = require("colors")
|
||
|
|
local textutils = require("textutils")
|
||
|
|
|
||
|
|
textutils.coloredPrint(colors.yellow, rc.version() .. " on " .. _HOST)
|