Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on May 2nd, 2012  |  syntax: None  |  size: 0.19 KB  |  hits: 14  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. #!/bin/sh
  2.  
  3. curl -s http://pastie.org/pastes \
  4.         -F "paste[parser_id]=6" \
  5.         -F "paste[body]=</dev/stdin" \
  6.         -F "paste[authorization]=burger"\
  7.         |sed 's/.*<a href=\([^\"]*\).*$/\1.txt/g'
  8. echo