mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 10:37:23 -07:00
pm3_console() in Python/Lua/C: replace passthru by capture and quiet
This commit is contained in:
parent
57ec287ab0
commit
de96479d80
16 changed files with 4341 additions and 4193 deletions
|
@ -1,4 +1,8 @@
|
|||
#!/bin/bash
|
||||
|
||||
cd ..
|
||||
make -j
|
||||
(
|
||||
cd ..
|
||||
make -j
|
||||
)
|
||||
ln -s ../pyscripts/pm3.py
|
||||
ln -s ../lualibs/dkjson.lua
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue