diff options
author | June McEnroe <programble@gmail.com> | 2018-03-01 22:33:49 -0500 |
---|---|---|
committer | June McEnroe <programble@gmail.com> | 2018-03-01 22:33:49 -0500 |
commit | 48f31d849c662574ca1280863ea87b7cb05bd2c0 (patch) | |
tree | d84f183aff54e2ee04abbe7ad1e703dcb1410265 /home | |
parent | Use "Broken Gray" htop colors (diff) | |
download | src-48f31d849c662574ca1280863ea87b7cb05bd2c0.tar.gz src-48f31d849c662574ca1280863ea87b7cb05bd2c0.zip |
Run pngo on screenshots with sup
Diffstat (limited to '')
-rwxr-xr-x | home/.bin/sup | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/home/.bin/sup b/home/.bin/sup index 7a69d9d0..22f2b85e 100755 --- a/home/.bin/sup +++ b/home/.bin/sup @@ -3,5 +3,6 @@ set -o errexit -o nounset -o pipefail dir=$(mktemp -d) screencapture -i "$dir/capture.png" +pngo "$dir/capture.png" up "$dir/capture.png" rm -r "$dir" |