heroku-buildpack-uml/bin/read_config

11 lines
121 B
Plaintext
Raw Permalink Normal View History

2017-12-13 17:59:33 +00:00
if [ "x$MEM" == x ]
then MEM=1024
2017-12-10 17:06:11 +00:00
fi
2017-12-13 20:43:38 +00:00
if [ "x$TEMP" == x ]
then TEMP=/app/.uml
fi
2017-12-10 17:06:11 +00:00
export MEM="$MEM"
2017-12-13 20:43:38 +00:00
export TEMP="$TEMP"