Explorer
/proc/21/root/tmp/test-workspace-config-save.sh
← Zurück ↓ Download
#!/usr/bin/env bash
set -euo pipefail
curl --max-time 10 -sS -D /tmp/cfgheaders -o /tmp/cfgbody -X PATCH http://127.0.0.1:5099/api/claude-config -H 'Content-Type: application/json' --data '{"config":{}}'
head -12 /tmp/cfgheaders
cat /tmp/cfgbody