heroku-buildpack-uml/bin/read_config

6 lines
56 B
Plaintext

if [ "x$MEM" == x ]
then MEM=1024
fi
export MEM="$MEM"