Rename offline mf conversion scripts
This commit is contained in:
@@ -128,10 +128,10 @@ local function dump_tag(uid, numsectors)
|
||||
|
||||
-- Save the global args, those are *our* arguments
|
||||
local myargs = args
|
||||
-- Set the arguments for data_dumptohtml script
|
||||
-- Set the arguments for data_mf_bin2html script
|
||||
args =('-i %s.bin -o %s.html'):format(dumpfile, dumpfile)
|
||||
-- call it
|
||||
require('data_dumptohtml')
|
||||
require('data_mf_bin2html')
|
||||
|
||||
-- Set back args. Not that it's used, just for the karma...
|
||||
args = myargs
|
||||
|
||||
Reference in New Issue
Block a user