---
url: /demos/bash.md
description: Example using Electric from a bash script.
---

# {{ $frontmatter.title }}

{{ $frontmatter.description }}

## Electric using `curl` in `bash`

This example shows how to use the Electric HTTP API directly from the terminal using `bash` and `curl`.

<<< @../../examples/bash/client.bash{bash}
