Files
MarkdownNotes/HowTo - termpad - pipe to curl.md

7 lines
252 B
Markdown

# Termpad - pipe to curl
If you don't have [httpie](https://httpie.io/) installed and have to rely on `curl` to post data to [termpad](https://github.com/SpyrosRoum/termpad):
```bash
history | tail -100 | curl --data-binary @- termpad.example.com
```