Skip to content

Commit 0d0adbb

Browse files
HavenDVclaude
andcommitted
Add shebang and set -euo pipefail to generate.sh
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 23f3566 commit 0d0adbb

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/libs/CursorAgents/generate.sh

100755100644
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
#!/usr/bin/env bash
2+
set -euo pipefail
3+
14
dotnet tool install --global autosdk.cli --prerelease
25
rm -rf Generated
36
curl -o openapi.yaml "https://cursor.com/docs-static/cloud-agents-openapi.yaml"

0 commit comments

Comments
 (0)