view flys-aft/bin/run.sh @ 4333:2d3f8af87b7b

ExtremeAccess: Added helper method to find the values for (the range of) a km.
author Felix Wolfsteller <felix.wolfsteller@intevation.de>
date Wed, 31 Oct 2012 13:45:14 +0100
parents f72c253663fc
children
line wrap: on
line source
#!/bin/bash

bin_dir=`dirname $0`
bin_dir=`readlink -f $bin_dir`
exec java \
    -Dlog4j.configuration=file://$bin_dir/log4j.properties \
    -Dconfig.file=$bin_dir/../doc/conf-oracle.xml \
    -jar $bin_dir/etl.jar

http://dive4elements.wald.intevation.org