summary refs log tree commit diff
path: root/home/.local/bin/sup
diff options
context:
space:
mode:
Diffstat (limited to 'home/.local/bin/sup')
-rwxr-xr-xhome/.local/bin/sup8
1 files changed, 0 insertions, 8 deletions
diff --git a/home/.local/bin/sup b/home/.local/bin/sup
deleted file mode 100755
index 33b268c8..00000000
--- a/home/.local/bin/sup
+++ /dev/null
@@ -1,8 +0,0 @@
-#!/bin/sh
-set -e -u
-
-dir=$(mktemp -d)
-screencapture -i "$dir/capture.png"
-type pngo > /dev/null && pngo "$dir/capture.png"
-up "$dir/capture.png"
-rm -r "$dir"