#!/usr/bin/env bash file="$HOME/screenshot.png" url=`curl http://sadpanda.us/upload.php -F image=@$file | grep 'value="http://sadpanda.us/images/.*png"' -o` url=${url:7:${#url}-8} x-www-browser $url