mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2026-03-30 01:49:54 +00:00
SWIG: few helper scripts
This commit is contained in:
6
client/client_with_swig/01make_client_continue.sh
Executable file
6
client/client_with_swig/01make_client_continue.sh
Executable file
@@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
(
|
||||
cd build
|
||||
make -j
|
||||
)
|
||||
7
client/lib/00make_lib_continue.sh
Executable file
7
client/lib/00make_lib_continue.sh
Executable file
@@ -0,0 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
(
|
||||
cd build
|
||||
make -j
|
||||
)
|
||||
|
||||
3
client/lib/example_py/02run_test_interactive.sh
Executable file
3
client/lib/example_py/02run_test_interactive.sh
Executable file
@@ -0,0 +1,3 @@
|
||||
#!/bin/bash
|
||||
|
||||
PYTHONPATH=../../src ipython3 -i ./test.py
|
||||
Reference in New Issue
Block a user