#!/bin/bash set -e [[ "$#" -eq 1 ]] && CROP="$(slop -t 0 f '-crop %g')" URL="$(date +%F_%H-%M-%S).png" import -window root $CROP -quality 90 png:- | curl -s\ -u "ftp@martlubbers.net:$(pass ftp.martlubbers.net/ftp@martlubbers.net)"\ -T- "ftp://martlubbers.net/public_html/scr/$URL" echo "https://martlubbers.net/scr/$URL" |\ xclip -f -sel c | xclip -f | xargs -I{} notify-send {}