summaryrefslogtreecommitdiff
path: root/containers/runner/execute.sh
diff options
context:
space:
mode:
authorJonas Kohl2024-11-06 15:37:39 +0100
committerJonas Kohl2024-11-06 15:37:39 +0100
commit557bb0c775f880ac7de99b9608045ff206614ed8 (patch)
tree20fc0e980cece66d06837d75ec150e3830b09d60 /containers/runner/execute.sh
Initial commit
Diffstat (limited to 'containers/runner/execute.sh')
-rw-r--r--containers/runner/execute.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/containers/runner/execute.sh b/containers/runner/execute.sh
new file mode 100644
index 0000000..1597f0d
--- /dev/null
+++ b/containers/runner/execute.sh
@@ -0,0 +1,4 @@
+#!/bin/sh
+
+cd "/home/nobody/exec"
+java "$APPLICATION_NAME"