This commit is contained in:
Adrian Malacoda 2018-06-24 17:55:17 -05:00
parent 4fbdcc36b9
commit fcb1491b0d

View File

@ -3,6 +3,8 @@
REPO="$(pwd)"
export PATH="/opt/gradle/bin:$PATH"
echo "$@";
if [ "$1" == "sh" ]; then
"$@";
exit $?;