Rename offline mf conversion scripts

This commit is contained in:
Philippe Teuwen 2020-09-23 01:00:05 +02:00
commit a82dba61fa
7 changed files with 18 additions and 18 deletions

View file

@ -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