Uname util! It displays OS info.
Here it is!
-- uname.lua - Simple terminal utility to display info about your OS! -- VERSION: 1.0.0 -- AUTHOR: VinnyRules -- INSTALLATION: Throw this file into your /appdata/system/util folder, or make one if you don't already have one! -- USAGE: Just run "uname" in your terminal! local info = fetch_metadata("/system") print(tostr(info.title).." "..tostr(info.version).."\n"..tostr(info.author).."\n"..tostr(info.notes)) |
Example output:
Picotron Workstation OS 0.2.0d lexaloffle (c) 2022-25 Lexaloffle Games LLP |
[Please log in to post a comment]