This website requires JavaScript.
Explore
Help
Sign in
RfidResearchGroup
/
proxmark3
Watch
1
Star
1
Fork
You've already forked proxmark3
0
mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced
2024-11-12 12:41:49 +08:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
a236b9cd0a
proxmark3
/
flash-all.sh
6 lines
76 B
Bash
Raw
Normal View
History
Unescape
Escape
rework shell scripts for easy client or flasher
2019-04-27 17:25:07 +08:00
#!/bin/bash
shellcheck bash scripts
2019-07-15 00:20:41 +08:00
PM3PATH
=
$(
dirname
"
$0
"
)
cd
"
$PM3PATH
"
||
exit
1
rework shell scripts for easy client or flasher
2019-04-27 17:25:07 +08:00
. proxmark3.sh
Reference in a new issue
Copy permalink