mirror of
https://github.com/tursodatabase/limbo.git
synced 2025-12-23 08:21:09 +00:00
7 lines
150 B
Bash
7 lines
150 B
Bash
#!/bin/bash
|
|
|
|
echo '{"antithesis_setup": { "status": "complete", "details": null }}' > $ANTITHESIS_OUTPUT_DIR/sdk.jsonl
|
|
|
|
set -Eeuo pipefail
|
|
|
|
exec "$@"
|