mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-10-07 19:58:19 +08:00
8 lines
89 B
Bash
Executable file
8 lines
89 B
Bash
Executable file
#!/bin/bash
|
|
|
|
(
|
|
cd ..
|
|
make -j
|
|
)
|
|
ln -s ../pyscripts/pm3.py
|
|
ln -s ../lualibs/dkjson.lua
|