"Fossies" - the Fresh Open Source Software archive 
Member "dsnet-slicestor/setup/slicestor-repair.in" of archive dsnet-slicestor-1.1.0.zip:
#!/bin/sh
export CLASSPATH=@CLASSPATH@
CLASS='org.cleversafe.storage.ss.cli.SliceStoreRepairCLI'
VMOPTS=""
VMOPTS="${VMOPTS} -Dlog4j.configuration=@BASEPATH@/conf/log4j-cli.xml"
VMOPTS="${VMOPTS} -Dorg.cleversafe.xml.configuration=@BASEPATH@/conf/core-org-bindings.xml;@BASEPATH@/conf/sliceserver-org-bindings.xml;"
ARGSBASE="--daemon=1"
java ${VMOPTS} ${CLASS} ${ARGSBASE} "$@"