dotfiles/bin/executable_dropshot

7 lines
124 B
Bash

#!/bin/bash
SHOT=$(screenshot -s)
pngquant 64 --skip-if-larger --strip --ext=.png --force $SHOT
chmod o+r $SHOT
drop $SHOT