orchestra: pre-release WIP snapshot (orchestra-06g4e4tybr6p66bxx82f1nqnpc-ada892b5)

This commit is contained in:
2026-08-28 10:37:50 +04:00
parent bb03ca6bde
commit 27c3c56731
2 changed files with 24 additions and 0 deletions
+3
View File
@@ -7,6 +7,9 @@ main() {
printf 'Healthcheck script for Orchestra E2E tests.\n'
printf 'Exits 0 with a success message if all checks pass.\n'
exit 0
elif [ "$arg" = --version ]; then
printf '1.0.0\n'
exit 0
fi
done