This website requires JavaScript.
Explore
Help
Sign In
cadey
/
heroku-buildpack-uml
Watch
1
Star
0
Fork
You've already forked heroku-buildpack-uml
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
cd24a8dd5a
heroku-buildpack-uml
/
bin
/
read_config
6 lines
56 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Fixed read_config script.
2017-12-13 17:59:33 +00:00
if [ "x$MEM" == x ]
then MEM=1024
Initial commit
2017-12-10 17:06:11 +00:00
fi
export MEM="$MEM"