#!/bin/sh EXEC_DIR=/tmp/exec timeout 60 sh -c "javac -Xlint:deprecation '$APPLICATION_NAME.java' -d '$EXEC_DIR' > /dev/null"