mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2024-11-05 23:17:58 +08:00
12 lines
357 B
Bash
12 lines
357 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
#/usr/local/lib/python3/dist-packages/_pm3.cpython-38.so
|
||
|
#/usr/local/lib/python3/dist-packages/_pm3.abi3.so
|
||
|
#/usr/local/lib/python3/dist-packages/pm3.py
|
||
|
#/usr/lib/python3/dist-packages/_pm3.cpython-38.so
|
||
|
#/usr/lib/python3/dist-packages/_pm3.abi3.so
|
||
|
#/usr/lib/python3/dist-packages/pm3.py
|
||
|
|
||
|
# need access to pm3.py
|
||
|
PYTHONPATH=../../src ./test.py
|