Closed winguru closed 7 years ago
Great!
No offense taken ;-)
I know it may only save a few seconds, and I certainly don't want to cause any confusion or issues for other users. I've had a few (rare) occasions while when updating the firmware, the device changed and I had to figure out the new device name. And I tend to be a lazy typist ;-)
Since Iceman tends to update code rather frequently, I tend to make tasks like updating firmware and launching the client as quick and painless as possible ;-)
Sometimes I make an alias fll = "cd .. && make clean && make all && cd client && ./proxmark3 com4" Not the best either but does the trick of not repeating too much...
Not only update, it seem recently that I also tend to break the code... :) making it painful for every one else than me...
Added an update script and a client launcher script. Both scripts do basic checks to make sure either the /dev/pm3-x or /dev/ttyACMx device is present before continuing.