mirror of
https://github.com/MightyPirates/OpenComputers.git
synced 2025-09-18 11:48:02 -04:00
Update set.lua
This commit is contained in:
parent
6b1ddeb629
commit
172ef642ef
@ -2,7 +2,7 @@ local args = {...}
|
||||
|
||||
if #args < 1 then
|
||||
for k,v in pairs(os.getenv()) do
|
||||
print(k..'='..v)
|
||||
io.write(k..'='..v..'\n')
|
||||
end
|
||||
else
|
||||
local count = 1
|
||||
|
Loading…
x
Reference in New Issue
Block a user