mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-20 21:33:47 -07:00
Add missing EOF LF
This commit is contained in:
parent
f205f9db87
commit
1b2601a48a
105 changed files with 107 additions and 107 deletions
|
@ -538,4 +538,4 @@ function main(args)
|
|||
end
|
||||
|
||||
-- call main with arguments
|
||||
main(args)
|
||||
main(args)
|
||||
|
|
|
@ -297,4 +297,4 @@ local function main(args)
|
|||
core.console('hw ping')
|
||||
end
|
||||
|
||||
main(args)
|
||||
main(args)
|
||||
|
|
|
@ -173,4 +173,4 @@ local function main(args)
|
|||
dumptofile( keys )
|
||||
end
|
||||
|
||||
main(args)
|
||||
main(args)
|
||||
|
|
|
@ -175,4 +175,4 @@ local function main(args)
|
|||
print(string.format('PWD | %s', pwd))
|
||||
end
|
||||
|
||||
main(args)
|
||||
main(args)
|
||||
|
|
|
@ -194,4 +194,4 @@ local function main(args)
|
|||
dumptofile( keys )
|
||||
end
|
||||
|
||||
main(args)
|
||||
main(args)
|
||||
|
|
|
@ -273,4 +273,4 @@ if "--test"==args then
|
|||
else
|
||||
-- Call the main
|
||||
main(args)
|
||||
end
|
||||
end
|
||||
|
|
|
@ -74,4 +74,4 @@ function main(args)
|
|||
end
|
||||
end
|
||||
|
||||
main(args)
|
||||
main(args)
|
||||
|
|
|
@ -57,4 +57,4 @@ local function main(args)
|
|||
ExitMsg(("Wrote a BIN dump to the file %s"):format(filename))
|
||||
end
|
||||
|
||||
main(args)
|
||||
main(args)
|
||||
|
|
|
@ -64,4 +64,4 @@ In the future, we may implement so that scripts are invoked directly
|
|||
into a 'main' function, instead of being executed blindly. For future
|
||||
compatibility, I have done so, but I invoke my main from here.
|
||||
--]]
|
||||
main(args)
|
||||
main(args)
|
||||
|
|
|
@ -213,4 +213,4 @@ local function main(args)
|
|||
end
|
||||
end
|
||||
|
||||
main(args)
|
||||
main(args)
|
||||
|
|
|
@ -15,4 +15,4 @@ local function main(args)
|
|||
end
|
||||
return
|
||||
end
|
||||
main(args)
|
||||
main(args)
|
||||
|
|
|
@ -62,4 +62,4 @@ In the future, we may implement so that scripts are invoked directly
|
|||
into a 'main' function, instead of being executed blindly. For future
|
||||
compatibility, I have done so, but I invoke my main from here.
|
||||
--]]
|
||||
main(args)
|
||||
main(args)
|
||||
|
|
|
@ -190,4 +190,4 @@ local function main(args)
|
|||
end
|
||||
end
|
||||
|
||||
main(args)
|
||||
main(args)
|
||||
|
|
|
@ -272,4 +272,4 @@ local function main(args)
|
|||
print('mfkeys - Total execution time: '..os.difftime(end_time, start_time)..' sec')
|
||||
end
|
||||
|
||||
main( args)
|
||||
main( args)
|
||||
|
|
|
@ -244,4 +244,4 @@ local function main( args)
|
|||
prlog(string.format("Dumped data into %s", filename))
|
||||
|
||||
end
|
||||
main(args)
|
||||
main(args)
|
||||
|
|
|
@ -380,4 +380,4 @@ local function main(args)
|
|||
write_tag(uid, t)
|
||||
end
|
||||
|
||||
main(args)
|
||||
main(args)
|
||||
|
|
|
@ -42,4 +42,4 @@ In the future, we may implement so that scripts are invoked directly
|
|||
into a 'main' function, instead of being executed blindly. For future
|
||||
compatibility, I have done so, but I invoke my main from here.
|
||||
--]]
|
||||
main(args)
|
||||
main(args)
|
||||
|
|
|
@ -137,4 +137,4 @@ local function main(args)
|
|||
test()
|
||||
print( string.rep('--',20) )
|
||||
end
|
||||
main(args)
|
||||
main(args)
|
||||
|
|
|
@ -137,4 +137,4 @@ local function main(args)
|
|||
test(7)
|
||||
print( string.rep('--',20) )
|
||||
end
|
||||
main(args)
|
||||
main(args)
|
||||
|
|
|
@ -282,4 +282,4 @@ local function main(args)
|
|||
|
||||
core.clearCommandBuffer()
|
||||
end
|
||||
main(args)
|
||||
main(args)
|
||||
|
|
|
@ -486,4 +486,4 @@ local function main(args)
|
|||
print('The simulation is now prepared.\n --> run \"hf mf sim u '..uid..'\" <--')
|
||||
end
|
||||
end
|
||||
main(args)
|
||||
main(args)
|
||||
|
|
|
@ -123,4 +123,4 @@ local function main(args)
|
|||
print( string.rep('--',20) )
|
||||
|
||||
end
|
||||
main(args)
|
||||
main(args)
|
||||
|
|
|
@ -173,4 +173,4 @@ if "--test"==args then
|
|||
else
|
||||
-- Call the main
|
||||
main(args)
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue