/[webpac]/openisis/0.9.9e/tool/run
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Contents of /openisis/0.9.9e/tool/run

Parent Directory Parent Directory | Revision Log Revision Log


Revision 604 - (show annotations)
Mon Dec 27 21:49:01 2004 UTC (19 years, 4 months ago) by dpavlin
File size: 378 byte(s)
import of new openisis release, 0.9.9e

1 #!/bin/sh
2 #
3 # run demo server on test/cds
4 #
5 # $Id: run,v 1.4 2004/04/01 17:50:47 kripke Exp $
6
7 if [ ! -f ../test/cds.mqd ]; then
8 echo "loading cds index ..."
9 ../bin/malete qload -vi cds -f../test/ -wa <../test/cds.mqt
10 fi
11
12 if [ x != "x$TEST" ]; then
13 ../bin/malete server -vd cds -f../test/ -w <<EOF
14 cds.Q ${*:-PLANT WATER}
15 EOF
16 fi
17
18 ../bin/malete server -vd -S cds -f../test/ -w

Properties

Name Value
svn:executable *

  ViewVC Help
Powered by ViewVC 1.1.26