(no title)
jedwhite | 1 month ago
Run scripts from the web:
```bash
curl -fsSL https://andisearch.github.io/ai-scripts/analyze.md | claude-run
echo "Explain what a Makefile does" | claude-run # Simple prompt
```
Shebang flags in the markdown (like --permission-mode bypassPermissions) are honored.There is a new initiative installmd.org from Nick Khami at Mintlify to support experiments with this approach.
No comments yet.