Damn these tools suck
This commit is contained in:
@@ -103,6 +103,7 @@ for _, file in ipairs(files) do
|
|||||||
end
|
end
|
||||||
if not fs.exists(file) then
|
if not fs.exists(file) then
|
||||||
print("\27[91mFile does not exist.")
|
print("\27[91mFile does not exist.")
|
||||||
|
goto continue
|
||||||
end
|
end
|
||||||
local handle = fs.open(file, "r")
|
local handle = fs.open(file, "r")
|
||||||
|
|
||||||
@@ -185,4 +186,5 @@ for _, file in ipairs(files) do
|
|||||||
hash[i] = string.format("%02x", hash_parts[i])
|
hash[i] = string.format("%02x", hash_parts[i])
|
||||||
end
|
end
|
||||||
termlib.write(table.concat(hash).." "..file.."\n")
|
termlib.write(table.concat(hash).." "..file.."\n")
|
||||||
|
::continue::
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user