summary refs log tree commit diff
path: root/home/.bin/sup
diff options
context:
space:
mode:
Diffstat (limited to 'home/.bin/sup')
-rwxr-xr-xhome/.bin/sup8
1 files changed, 0 insertions, 8 deletions
diff --git a/home/.bin/sup b/home/.bin/sup
deleted file mode 100755
index 22f2b85e..00000000
--- a/home/.bin/sup
+++ /dev/null
@@ -1,8 +0,0 @@
-#!/usr/bin/env zsh
-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"