summaryrefslogtreecommitdiff
path: root/containers/compiler/execute.sh
blob: 6831a8b9d2f98ae932b7ebca9a236e1d46deefee (plain)
1
2
3
4
5
#!/bin/sh

EXEC_DIR=/tmp/exec

timeout 60 sh -c "javac -Xlint:deprecation '$APPLICATION_NAME.java' -d '$EXEC_DIR' > /dev/null"