From 08a03b4ceb564e82d6152022555a690dddde66c0 Mon Sep 17 00:00:00 2001 From: project516 <138796702+Project516@users.noreply.github.com> Date: Sun, 31 May 2026 16:18:38 -0500 Subject: [PATCH] Update test.sh forgot to add #!/bin/sh --- test.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test.sh b/test.sh index 873d1db..0d5032e 100755 --- a/test.sh +++ b/test.sh @@ -1,3 +1,4 @@ -./gradlew build || exit 1 +#!/bin/sh +./gradlew build || exit 1 java -jar app/build/libs/app-all.jar