heroku-buildpack-uml/bin/read_config

11 lines
121 B
Plaintext

if [ "x$MEM" == x ]
then MEM=1024
fi
if [ "x$TEMP" == x ]
then TEMP=/app/.uml
fi
export MEM="$MEM"
export TEMP="$TEMP"