mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2024-12-26 01:53:28 +08:00
scripts
This commit is contained in:
parent
71b0c3ce31
commit
39a20b6226
7 changed files with 5 additions and 23 deletions
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
|
||||
|
Loading…
Reference in a new issue