FS_SIZE=512
MEM=1024

if [ "x$APP" == x ]
then export APP=/app/root
fi

. "$APP/config.sh"

export FS_SIZE="$FS_SIZE"
export MEM="$MEM"