summary refs log tree commit diff
path: root/home/.local/bin/sup
blob: 33b268c887c16dbc35f80a134a72613ea02ff678 (plain) (blame)
1
2
3
4
5
6
7
8
#!/bin/sh
set -e -u

dir=$(mktemp -d)
screencapture -i "$dir/capture.png"
type pngo > /dev/null && pngo "$dir/capture.png"
up "$dir/capture.png"
rm -r "$dir"