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
commit 5b6a5206df
6 changed files with 203 additions and 0 deletions

View file

@ -2,6 +2,9 @@
-- Have a look there for further details
getopt = require('getopt')
bin = require('bin')
copyright = ''
version = ''
example = "script run dumptoemul-mfu -i dumpdata-foobar.bin"
author = "Martin Holst Swende \n @Marshmellow \n @iceman"
usage = "script run dumptoemul-mfu [-i <file>] [-o <file>]"