local shutil = {} function shutil.genenv() local et = os.genenv() for k,v in pairs(shutil) do if k ~= "genenv" then et[k] = v end end return et end