This commit is contained in:
Philippe Teuwen 2020-11-11 01:21:10 +01:00
parent f37088095b
commit c666269670
4 changed files with 21 additions and 0 deletions

View file

@ -0,0 +1,4 @@
#!/bin/bash
cd ..
make -j

View file

@ -0,0 +1,3 @@
#!/bin/bash
../proxmark3 /dev/ttyACM0 -c "script run testembedded.lua"

View file

@ -0,0 +1,7 @@
#!/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/ttyACM1 -c "script run testembedded_grab.py" -i

View file

@ -0,0 +1,7 @@
#!/bin/bash
#/usr/local/lib/python3/dist-packages/pm3.py
#/usr/lib/python3/dist-packages/pm3.py
# need access to pm3.py
PYTHONPATH=../src ../proxmark3 /dev/ttyACM0 -c "script run testembedded.py"