#!/bin/bash touch compiling.lock if [ ! -x dimctrl ]; then make $* dimctrl || exit fi dimctrl --quit --cmd ".w 3000" --cmd "DIS_DNS/KILL_SERVERS 126" --cmd ".w 3000" --cmd "DIS_DNS/EXIT 126" sleep 5 make clean make $* && rm compiling.lock