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-10 17:49:32 +08:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
4db3862cd7
proxmark3
/
pm3-flash
5 lines
62 B
Text
Raw
Normal View
History
Unescape
Escape
Use /usr/bin/env in shebangs Stop assuming that bash is in /bin, and that perl and python are in /usr/bin, etc. Instead, use env command to find these commands in the path.
2020-02-18 07:49:29 +08:00
#!/usr/bin/env bash
merge flasher in client
2019-09-09 07:07:46 +08:00
PM3PATH=$(dirname "$0")
. "$PM3PATH/pm3"
Reference in a new issue
Copy permalink