mirror of
https://github.com/aljazceru/turso.git
synced 2025-12-18 09:04:19 +01:00
8 lines
150 B
Bash
8 lines
150 B
Bash
#!/bin/bash
|
|
|
|
echo '{"antithesis_setup": { "status": "complete", "details": null }}' > $ANTITHESIS_OUTPUT_DIR/sdk.jsonl
|
|
|
|
set -Eeuo pipefail
|
|
|
|
exec "$@"
|