Skip to content

Instantly share code, notes, and snippets.

@mbrock
Created August 22, 2016 20:35
Show Gist options
  • Save mbrock/d888d199a590a4e863ea25c944468dd7 to your computer and use it in GitHub Desktop.
Save mbrock/d888d199a590a4e863ea25c944468dd7 to your computer and use it in GitHub Desktop.
#!/bin/sh
# use: ipfspic <picture-to-upload>
url=https://ipfs.pics/upload.php
http --headers -f POST $url img@"$1" |
grep Location |
sed 's/^Location: //' |
sed 's#pics/#pics/ipfs/#' |
sed 's/#new//'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment