---
name: pgdogdev/bash
source: https://app.decimal.ai/s/pgdogdev-bash@1/SKILL.md
source_sha256: dd3277a5c819
---

Execute shell commands inside their own bash shell, like so:

```bash
bash -c 'command'
```

This makes sure the shell is polluted by any outside state.