mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2024-11-11 10:14:34 +08:00
7 lines
44 B
Bash
Executable file
7 lines
44 B
Bash
Executable file
#!/bin/bash
|
|
|
|
cd ..
|
|
(
|
|
cd build
|
|
make -j
|
|
)
|