CLI: Implemented multiple commands parsing.
commit2329af3c7cbb91cf0420a129ace929b54944ce54
authorTomek CEDRO <cederom@tlen.pl>
Sat, 19 Oct 2013 15:13:27 +0000 (19 17:13 +0200)
committerTomek CEDRO <cederom@tlen.pl>
Sat, 19 Oct 2013 15:13:27 +0000 (19 17:13 +0200)
tree91dd3bbeccba9fc9398c64c970ecb5e4a554d21a
parent370d682648f5d61e9fbcf7783364d43d956f2e66
CLI: Implemented multiple commands parsing.

Commands now can be provided in one long stream (file).
Commands should be separated with '\n' or ';' character.
Minor fixes.
src/libswd_cli.c