mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-04-17 09:50:05 +08:00
7 lines
201 B
Bash
Executable file
7 lines
201 B
Bash
Executable file
#!/bin/bash
|
|
|
|
#/usr/local/lib/python3/dist-packages/pm3.py
|
|
#/usr/lib/python3/dist-packages/pm3.py
|
|
|
|
# need access to pm3.py
|
|
PYTHONPATH=../src build/proxmark3 /dev/ttyACM0 -c "script run testembedded.py"
|