mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2024-11-12 04:26:41 +08:00
5 lines
109 B
Bash
5 lines
109 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
swig -lua -o ../src/pm3_luawrap.c ../src/pm3.i
|
||
|
swig -python -o ../src/pm3_pywrap.c ../src/pm3.i
|