#!/bin/sh
#
#       Install files to remote server using FIP
#

cd /tmp/b/.tooltwist/do_install

gradle 
rv=$?

#echo Exited with code $rv

exit $rv
