Skip to content

Instantly share code, notes, and snippets.

@gauteh
Created April 20, 2012 13:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gauteh/2428584 to your computer and use it in GitHub Desktop.
Save gauteh/2428584 to your computer and use it in GitHub Desktop.
Wrapper for sprunge.us pastebin
#! /bin/bash
# Wrapper for curl, posting to the sprunge.us pastebin
cat $1 | curl -F 'sprunge=<-' http://sprunge.us
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment