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
Bash
Executable File
Raw
Blame
History
#!/bin/bash
APP
=
"
$1
"
if
test
-f
"
$APP
/config.sh
"
then
echo
"UML"
exit
0
fi
exit
1
Reference in New Issue
View Git Blame
Copy Permalink