view contrib/init.d/d4e-start @ 8217:a12e0245643b

Anti programming: Throw CrossSectionApp away. Not useful ATM. The backing data structures are fine now and the original purpose of the app was to figure them out.
author Sascha L. Teichmann <teichmann@intevation.de>
date Mon, 08 Sep 2014 12:27:55 +0200
parents 1709c429818a
children
line wrap: on
line source
#!/bin/bash
cd $FLYSDIR
/usr/bin/java -classpath $CLASSPATH $ARGS $MAINCLASS >> $LOGFILE 2>&1&
echo $! > $D4E_PID

http://dive4elements.wald.intevation.org