Skip to content

Instantly share code, notes, and snippets.

@prestonmcgowan
Created September 29, 2023 15:17
Show Gist options
  • Save prestonmcgowan/5db4a730709005321787d30941e21931 to your computer and use it in GitHub Desktop.
Save prestonmcgowan/5db4a730709005321787d30941e21931 to your computer and use it in GitHub Desktop.
IFS=','; for c in `curl -k -s https://localhost:8083/connectors | sed 's/\"//g; s/\[//g; s/\]//g'`; do echo $c; curl -k -s https://localhost:8083/connectors/$c/config > $c.config; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment