summaryrefslogtreecommitdiff
path: root/solenv/bin/receditor
blob: d0549c6c79ab4a79f567f5104cd04da465a9264f (plain)
1
2
3
4
5
6
#!/bin/sh
if [ x${SOLARENV}x = xx ]; then
    echo No environment found, please use 'configure' or 'setsolar'
    exit 1
fi
exec java -DSOLARSRC=${SOLARSRC} -DWORK_STAMP=${WORK_STAMP} -jar ${SOLARVER}/${INPATH}/bin/receditor.jar