$def with (host, maxsize)
Welcome to my Pastebin. You can upload any file here and a short link will be generated that you can send to others.
Here are some hints for features which may not be obvious:
alias paste="curl -F 'content=@-' http://$host/p"Then you can do something like
paste < some_fileand the link to your file will be printed directly to your shell.