Files
lk/chat/wgetpaste.md
2026-04-27 01:30:33 +02:00

37 lines
387 B
Markdown

---
title: wgetpaste
tags:
- chat
---
See available pastebins:
```sh
wgetpaste -S
```
Upload script.sh to bpaste:
```sh
wgetpaste -s bpaste script.sh
```
Input clipboard to dpaste with the heading "Title"
```sh
wgetpaste -s dpaste -d Title -x
```
Paste in the file then load the result to the right-hand clipboard:
```sh
wgetpaste -s dpaste -X
```
---
title:
tags:
chat
---