add: 'script run lf_bulk' - the original script is call lf_buld_program but thats a too long name, with adaptations in code.

chg: some script textual output
This commit is contained in:
iceman1001
2018-02-20 20:16:30 +01:00
parent cfff094bc3
commit 5b6a5206df
6 changed files with 203 additions and 0 deletions

View File

@@ -211,6 +211,10 @@ local _calypso_cmds = {
-- The main entry point
function main(args)
print( string.rep('--',20) )
print( string.rep('--',20) )
print()
local data, apdu, flags, uid, cid, result, err, card
-- Read the parameters
for o, a in getopt.getopt(args, 'h') do