dotfiles/bin/executable_dropshot

7 lines
132 B
Plaintext
Raw Normal View History

2021-03-08 14:54:42 +01:00
#!/usr/bin/env bash
2018-02-19 15:58:45 +01:00
SHOT=$(screenshot -s)
pngquant 64 --skip-if-larger --strip --ext=.png --force $SHOT
chmod o+r $SHOT
drop $SHOT