mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-07-07 13:31:35 -07:00
8 lines
91 B
Bash
Executable file
8 lines
91 B
Bash
Executable file
#!/bin/bash
|
|
|
|
(
|
|
cd ..
|
|
make -j
|
|
)
|
|
ln -sf ../pyscripts/pm3.py
|
|
ln -sf ../lualibs/dkjson.lua
|