scripts
This commit is contained in:
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"
|
||||
Reference in New Issue
Block a user