From 48f31d849c662574ca1280863ea87b7cb05bd2c0 Mon Sep 17 00:00:00 2001 From: Curtis McEnroe Date: Thu, 1 Mar 2018 22:33:49 -0500 Subject: Run pngo on screenshots with sup --- home/.bin/sup | 1 + 1 file changed, 1 insertion(+) (limited to 'home') 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" -- cgit 1.4.1