|
Last change
on this file since 14502 was 14441, checked in by tbretz, 13 years ago |
|
Send the correct exit code to the dns.
|
-
Property svn:executable
set to
*
|
|
File size:
248 bytes
|
| Line | |
|---|
| 1 | #!/bin/bash
|
|---|
| 2 |
|
|---|
| 3 | touch compiling.lock
|
|---|
| 4 |
|
|---|
| 5 | if [ ! -x dimctrl ]; then
|
|---|
| 6 | make $* dimctrl || exit
|
|---|
| 7 | fi
|
|---|
| 8 |
|
|---|
| 9 | dimctrl --quit --cmd ".w 3000" --cmd "DIS_DNS/KILL_SERVERS 126" --cmd ".w 3000" --cmd "DIS_DNS/EXIT 126"
|
|---|
| 10 |
|
|---|
| 11 | sleep 5
|
|---|
| 12 |
|
|---|
| 13 | make clean
|
|---|
| 14 |
|
|---|
| 15 | make $* && rm compiling.lock
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.