From 30622a75462cbc67f705776ca9d806b82e2513fe Mon Sep 17 00:00:00 2001 From: Scion Date: Sun, 12 Mar 2023 21:48:38 -0700 Subject: [PATCH] loop --- unity-command/entrypoint.sh | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/unity-command/entrypoint.sh b/unity-command/entrypoint.sh index 9fe07a0..dec4c7b 100644 --- a/unity-command/entrypoint.sh +++ b/unity-command/entrypoint.sh @@ -31,4 +31,8 @@ else fi #Run the command. -unity-editor $DEFAULT_ARGS $COMMAND \ No newline at end of file +unity-editor $DEFAULT_ARGS $COMMAND + +while true; do + sleep 1 +done \ No newline at end of file