This commit is contained in:
Philippe Teuwen 2020-11-14 00:23:25 +01:00
parent 71b0c3ce31
commit 39a20b6226
7 changed files with 5 additions and 23 deletions

View file

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

View file

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

View file

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

View file

@ -4,4 +4,4 @@
#/usr/lib/python3/dist-packages/pm3.py
# need access to pm3.py
PYTHONPATH=../src ../proxmark3 /dev/ttyACM0 -c "script run testembedded.py"
PYTHONPATH=../src ../../pm3 -c "script run testembedded.py"

View file

@ -4,4 +4,4 @@
#/usr/lib/python3/dist-packages/pm3.py
# need access to pm3.py
PYTHONPATH=../src ../build/proxmark3 /dev/ttyACM0 -c "script run testembedded.py"
PYTHONPATH=../src ../../pm3 -c "script run testembedded_grab.py" -i

View file

@ -1,7 +0,0 @@
#!/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

@ -1,8 +0,0 @@
#!/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_grab.py" -i