mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2026-05-14 14:05:05 +00:00
SWIG: few helper scripts
This commit is contained in:
+6
@@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
(
|
||||
cd build
|
||||
make -j
|
||||
)
|
||||
Executable
+7
@@ -0,0 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
(
|
||||
cd build
|
||||
make -j
|
||||
)
|
||||
|
||||
+3
@@ -0,0 +1,3 @@
|
||||
#!/bin/bash
|
||||
|
||||
PYTHONPATH=../../src ipython3 -i ./test.py
|
||||
Reference in New Issue
Block a user