aboutsummaryrefslogtreecommitdiff
path: root/man/man1/spr.1df
blob: 6f1ae79f3a610929fc0eef0f9e5c478b86dc74ac (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
.TH SPR 1df "July 2016" "Manual page for spr"
.SH NAME
.B spr
\- post input to sprunge.us pastebin and print the URL to stdout
.SH SYNOPSIS
.B spr
file
.br
.B spr
file1 file2 file3
.br
declare -p |
.B spr
.SH DESCRIPTION
.B spr
uses curl(1) to make an HTTP POST request submitting all of its input (whether
files or stdin) to the sprunge.us pastebin.
.SH SEE ALSO
curl(1)
.br
https://github.com/rupa/sprunge
.SH AUTHOR
Tom Ryder <tom@sanctum.geek.nz>