lk/chat/wgetpaste.md
2025-02-12 15:01:15 +01:00

30 lines
363 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
```