create/update 'HowTo - termpad - pipe to curl.md' file

This commit is contained in:
anonymous
2023-12-19 14:50:16 -05:00
parent 161c7ad7c4
commit 4782839c76

View File

@@ -0,0 +1,7 @@
# 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
```