mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-19 21:03:48 -07:00
test
This commit is contained in:
parent
5654e29908
commit
f1cf01f757
1 changed files with 2 additions and 2 deletions
|
@ -7,7 +7,7 @@ local ansicolors = require('ansicolors')
|
||||||
|
|
||||||
copyright = ''
|
copyright = ''
|
||||||
author = 'Iceman'
|
author = 'Iceman'
|
||||||
version = 'v1.0.4'
|
version = 'v1.0.5'
|
||||||
desc = [[
|
desc = [[
|
||||||
This script will load several traces files in current working directory/traces/ folder and do
|
This script will load several traces files in current working directory/traces/ folder and do
|
||||||
"data load"
|
"data load"
|
||||||
|
@ -115,7 +115,7 @@ local function main(args)
|
||||||
io.write('Starting to test traces > ')
|
io.write('Starting to test traces > ')
|
||||||
for _,file in pairs(files) do
|
for _,file in pairs(files) do
|
||||||
|
|
||||||
local x = 'data load '..file
|
local x = 'data load -f '..file
|
||||||
dbg(x)
|
dbg(x)
|
||||||
core.console(x)
|
core.console(x)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue