#!/usr/bin/bash
tmpfile=$(mktemp --suffix=.jpg)
curl -sL https://rocketleaguechatp.duckdns.org/pappalaugh.jpg -o "$tmpfile"
swappy -f "$tmpfile"
rm -f "$tmpfile"
