diff options
Diffstat (limited to 'home/.bin')
-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" |