Advertisement
Guest User

Untitled

a guest
Jan 5th, 2011
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.10 KB | None | 0 0
  1. #!/bin/sh
  2. curl --data-urlencode paste_code@${1-/dev/stdin} \
  3. http://pastebin.com/api_public.php
  4. echo
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement