Browse Source

Added `dpaste` helper to paste to dpaste.com

master
Alejandro Mery 13 years ago
parent
commit
2699ddadc6
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      files/bin/dpaste

+ 3
- 0
files/bin/dpaste

@ -0,0 +1,3 @@
#|/bin/sh
exec curl -si -F 'content=<-' http://dpaste.com/api/v1/ | grep ^Location: | cut -d' ' -f2-

Loading…
Cancel
Save