cl arg as the starting point

This commit is contained in:
2021-11-02 01:47:35 +03:00
parent d3b23d2f89
commit dd5836268f
2 changed files with 2 additions and 2 deletions

View File

@@ -17,7 +17,7 @@ function edit_file(input_file, line, content)
io.close(file)
end
local attempts = 0
local attempts = arg[1]
repeat
local random_crc32 = crc32.hash(attempts)