source: trunk/FACT++/recompile.sh@ 13798

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