mirror of
https://github.com/OpenRouterTeam/spawn.git
synced 2026-05-31 21:40:28 +00:00
refactor: sprite/lib - add bash safety flags
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
69cc92a52e
commit
8b150a09f7
1 changed files with 1 additions and 0 deletions
|
|
@ -1,4 +1,5 @@
|
|||
#!/bin/bash
|
||||
set -euo pipefail
|
||||
# Common bash functions shared between spawn scripts
|
||||
|
||||
# Source shared provider-agnostic functions
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue