From: Oleg Moiseenko Date: Fri, 20 Oct 2017 04:49:53 +0000 (+0300) Subject: proxmark3 refactoring command line parameters (#417) X-Git-Tag: v3.1.0~155 X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/commitdiff_plain/aa757f71d997130800466f7fd958f1beea5ce081?hp=aa757f71d997130800466f7fd958f1beea5ce081 proxmark3 refactoring command line parameters (#417) * add -c (execute command from command line) * fix: sometimes proxmark executes command twice... * fix: start proxmark from QT was in a strange way (if we issue command very fast - it hangs) * added -l (execute lua script) * rework help * small memory management bugfix * small fix in executing command files * enable piping from STDIN ---