#!/bin/sh OUTFILE="/tmp/sshot_$(date -Iseconds).png" grim -g "$(slurp)" - | tee "$OUTFILE" | wl-copy