Notices where this attachment appears
-
I usually just dump stuff to @zash's http://q.zash.se/ or @mikael's http://h45h.com/
# q.zash.se example
echo "stuff" | curl -s --data-binary @- q.zash.se
# h45h.com example
echo "more stuff" | curl -s -T- h45h.com
Replace - in @- and T- with a filename if you don't want to use STDIN.
Both use hashes in the resulting URLs, just truncated/coded differently. Useful if you want to verify that the downloaded copy has the same hash as what you were linked :)