iceman1001 / proxmark3

[Deprecated] Iceman Fork, the most totally wicked fork around if you are into proxmark3
http://www.icedev.se/pm3.aspx
GNU General Public License v2.0
465 stars 116 forks source link

Basic helper scripts #137

Closed winguru closed 6 years ago

winguru commented 6 years ago

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.

iceman1001 commented 6 years ago

Great!

winguru commented 6 years ago

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 ;-)

iceman1001 commented 6 years ago

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...