#!/bin/sh

# Take a screenshot
dir=~/Downloads/temp
(cd $dir && grim -g "$(slurp)")
xdg-open $dir