This commit is contained in:
2023-11-06 01:30:36 +08:00
parent 1745858243
commit ce5c27821d
+4 -2
View File
@@ -1,4 +1,6 @@
local function uuid()
local _M = {}
function _M.uuid()
local uuid_cmd = "/usr/bin/uuid"
local result, _, code = os.execute(uuid_cmd)
@@ -12,4 +14,4 @@ local function uuid()
end
end
return uuid
return _M