diff options
author | Jonas Kohl | 2024-11-06 15:37:39 +0100 |
---|---|---|
committer | Jonas Kohl | 2024-11-06 15:37:39 +0100 |
commit | 557bb0c775f880ac7de99b9608045ff206614ed8 (patch) | |
tree | 20fc0e980cece66d06837d75ec150e3830b09d60 /containers/runner/execute.sh |
Initial commit
Diffstat (limited to 'containers/runner/execute.sh')
-rw-r--r-- | containers/runner/execute.sh | 4 |
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" |