mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2024-11-04 20:50:37 -08:00
9 lines
89 B
Bash
Executable File
9 lines
89 B
Bash
Executable File
#!/bin/bash
|
|
|
|
(
|
|
cd ..
|
|
make -j
|
|
)
|
|
ln -s ../pyscripts/pm3.py
|
|
ln -s ../lualibs/dkjson.lua
|