mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 05:43:48 -07:00
Rename offline mf conversion scripts
This commit is contained in:
parent
3909053cee
commit
a82dba61fa
7 changed files with 18 additions and 18 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue