mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2026-01-10 11:08:13 -05:00
scripts
This commit is contained in:
3
client/experimental_client_with_swig/02a_run_test_lua.sh
Executable file
3
client/experimental_client_with_swig/02a_run_test_lua.sh
Executable file
@@ -0,0 +1,3 @@
|
||||
#!/bin/bash
|
||||
|
||||
../../pm3 -c "script run testembedded.lua"
|
||||
@@ -1,3 +0,0 @@
|
||||
#!/bin/bash
|
||||
|
||||
../build/proxmark3 /dev/ttyACM0 -c "script run testembedded.lua"
|
||||
@@ -1,3 +0,0 @@
|
||||
#!/bin/bash
|
||||
|
||||
../proxmark3 /dev/ttyACM0 -c "script run testembedded.lua"
|
||||
@@ -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"
|
||||
@@ -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
|
||||
@@ -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
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user