mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2024-11-11 18:33:18 +08:00
10 lines
140 B
Bash
10 lines
140 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
(
|
||
|
cd iseproj/fpga_hf
|
||
|
xtclsh fpga_hf.tcl run_process
|
||
|
mv fpga_hf.bit ../..
|
||
|
git checkout fpga_hf.ise
|
||
|
git clean -dfx .
|
||
|
)
|