Malin Freeborn
ba8026e0c3
input examples are now given as ```bash input $ARG1 ``` While outputs use md's '> ' sign as a quote.
30 lines
388 B
Markdown
30 lines
388 B
Markdown
---
|
|
title: "wgetpaste"
|
|
tags: [ "Documentation", "Chat" ]
|
|
---
|
|
|
|
See available pastebins:
|
|
|
|
```bash
|
|
wgetpaste -S
|
|
```
|
|
|
|
Upload script.sh to bpaste:
|
|
|
|
```bash
|
|
wgetpaste -s bpaste script.sh
|
|
```
|
|
|
|
Input clipboard to dpaste with the heading "Title"
|
|
|
|
```bash
|
|
wgetpaste -s dpaste -d Title -x
|
|
```
|
|
|
|
Paste in the file then load the result to the right-hand clipboard:
|
|
|
|
```bash
|
|
wgetpaste -s dpaste -X
|
|
```
|
|
|