Hacker News new | ask | show | jobs
by absorber 1886 days ago
Yep, this is in my ~/.bash_aliases :

  #### Upload file to 0x0.st (The Null Pointer) - A filehosting service.
  # Usage: nullpointer_upload <file>
  nullpointer_upload () { curl -F "file=@$1" https://0x0.st ;}