mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2024-12-26 10:01:07 +08:00
scripts
This commit is contained in:
parent
f37088095b
commit
c666269670
4 changed files with 21 additions and 0 deletions
4
client/experimental_client_with_swig/01make_client_makefile.sh
Executable file
4
client/experimental_client_with_swig/01make_client_makefile.sh
Executable file
|
@ -0,0 +1,4 @@
|
|||
#!/bin/bash
|
||||
|
||||
cd ..
|
||||
make -j
|
3
client/experimental_client_with_swig/02a_run_test_lua_makefile.sh
Executable file
3
client/experimental_client_with_swig/02a_run_test_lua_makefile.sh
Executable file
|
@ -0,0 +1,3 @@
|
|||
#!/bin/bash
|
||||
|
||||
../proxmark3 /dev/ttyACM0 -c "script run testembedded.lua"
|
7
client/experimental_client_with_swig/02b_run_test_py_grabber_cmake.sh
Executable file
7
client/experimental_client_with_swig/02b_run_test_py_grabber_cmake.sh
Executable 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
|
7
client/experimental_client_with_swig/02b_run_test_py_makefile.sh
Executable file
7
client/experimental_client_with_swig/02b_run_test_py_makefile.sh
Executable 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"
|
Loading…
Reference in a new issue