Skip to content

Instantly share code, notes, and snippets.

@3XE
3XE / pastebin.sh
Created April 20, 2016 19:42 — forked from cyrus-and/pastebin.sh
Quick way to pipe data to pastebin.com directly from shell
#!/usr/bin/env bash
# usage: <command> | pastebin [+|++|+++]
#
# (none): paste expires in 10 minutes
# +: paste expires in 1 hour
# ++: paste expires in 1 day
# +++: paste expires in 1 months
HOST='pastebin.com'