mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-04-13 16:00:02 +08:00
SWIG: few helper scripts
This commit is contained in:
parent
47ba4acd02
commit
756b624668
3 changed files with 16 additions and 0 deletions
client
client_with_swig
lib
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
|
Loading…
Add table
Reference in a new issue