Damn these tools suck

This commit is contained in:
tema5002
2026-05-04 16:24:44 +03:00
committed by GitHub
parent ed96d23379
commit 823dd9d8a2
+2
View File
@@ -103,6 +103,7 @@ for _, file in ipairs(files) do
end
if not fs.exists(file) then
print("\27[91mFile does not exist.")
goto continue
end
local handle = fs.open(file, "r")
@@ -185,4 +186,5 @@ for _, file in ipairs(files) do
hash[i] = string.format("%02x", hash_parts[i])
end
termlib.write(table.concat(hash).." "..file.."\n")
::continue::
end