#!/bin/sh
s=`cat conf-sp_root`
h=`cat conf-home`
exec sed s\|\\\$SP_ROOT\|$s\|g\;s\|\\\$PACKAGE_HOME\|$h\|g
