source:
trunk/FACT++/recompile.sh@
13798
Last change on this file since 13798 was 13798, checked in by , 12 years ago | |
---|---|
|
|
File size: 153 bytes |
Line | |
---|---|
1 | #!/bin/bash |
2 | |
3 | touch compiling.lock |
4 | |
5 | dimctrl --cmd "DIS_DNS/KILL_SERVERS 100" --cmd "DIS_DNS/EXIT 100" |
6 | |
7 | sleep 5 |
8 | |
9 | make clean |
10 | |
11 | make -j2 && rm compiling.lock |
Note:
See TracBrowser
for help on using the repository browser.