aboutsummaryrefslogtreecommitdiff
path: root/bash/bashrc.d/sprunge.bash
blob: d85cf84e1e19a51ce207a84a32c4937b39325a41 (plain) (blame)
1
2
3
4
5
6
# #bash on Freenode use their own pastebin, this is a convenience function for
# posting code to it. <http://sprunge.us>
sprunge() {
    curl -F 'sprunge=<-' http://sprunge.us < "${1:-/dev/stdin}";
}