heroku-buildpack-uml/bin/detect

11 lines
85 B
Bash
Executable File

#!/bin/bash
APP="$1"
if test -f "$APP/config.sh"
then echo "UML"
exit 0
fi
exit 1