This commit is contained in:
Ilia Denisov
2025-09-03 18:43:28 +03:00
commit 31957206b8
40 changed files with 2947 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
#!/bin/sh
echo "Starting app"
/bin/sh -c $@
exit_code=$?
echo "App exit code: ${exit_code}"
exit ${exit_code}