mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 18:48:13 -07:00
adapt for data load changes
This commit is contained in:
parent
4d5d45659d
commit
6454e168fb
4 changed files with 80 additions and 80 deletions
|
@ -77,7 +77,7 @@ local function main(args)
|
|||
print( string.rep('--',20) )
|
||||
print( string.rep('--',20) )
|
||||
|
||||
local cmdDataLoad = 'data load %s';
|
||||
local cmdDataLoad = 'data load -f %s';
|
||||
local cwd = core.cwd();
|
||||
|
||||
local tracesEM = "find '"..cwd.."/traces/ ' -iname 'em*.pm3' -type f"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue