#!/bin/bash


#
#DB initialization script for the UVOS server
#


source /usr/share/unicore/uvos-server/script/_setenv.sh

$JAVA ${MEM} ${OPTS} ${DEFS} -cp ${CP} pl.edu.icm.unicore.uvos.util.ExampleContentCreator ${PARAM} 
