mirror of
https://github.com/CCLeonOS/LeonOS.git
synced 2026-03-03 15:17:01 +00:00
5 lines
97 B
Lua
5 lines
97 B
Lua
|
|
-- LeonOS version command
|
||
|
|
local rc = require("rc")
|
||
|
|
|
||
|
|
-- Display LeonOS version
|
||
|
|
print(rc.version())
|