summary refs log tree commit diff
path: root/home/.local/bin/sup
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2019-02-12 16:45:22 -0500
committerJune McEnroe <june@causal.agency>2019-02-12 16:45:22 -0500
commit72c8f202f5fbcfea504673de90ef20ffe97330a0 (patch)
treea19ebde61493fb7367c5d3abb8ff59dae99a5d18 /home/.local/bin/sup
parentUse a proper fread-realloc loop in hi (diff)
downloadsrc-72c8f202f5fbcfea504673de90ef20ffe97330a0.tar.gz
src-72c8f202f5fbcfea504673de90ef20ffe97330a0.zip
Unify *up scripts into one up.sh
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"