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
e1f11c41d8
heroku-buildpack-uml
/
bin
/
detect
11 lines
85 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Initial commit
2017-12-10 17:06:11 +00:00
#!/bin/bash
APP="$1"
Removed install.sh dependency.
2017-12-13 17:49:25 +00:00
if test -f "$APP/config.sh"
Initial commit
2017-12-10 17:06:11 +00:00
then echo "UML"
exit 0
fi
exit 1