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

EXEC_DIR=/tmp/exec

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