mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2026-05-12 11:18:11 -07: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
|