diff options
author | June McEnroe <june@causal.agency> | 2019-02-12 16:45:22 -0500 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2019-02-12 16:45:22 -0500 |
commit | 72c8f202f5fbcfea504673de90ef20ffe97330a0 (patch) | |
tree | a19ebde61493fb7367c5d3abb8ff59dae99a5d18 /home/.local/bin/hup | |
parent | Use a proper fread-realloc loop in hi (diff) | |
download | src-72c8f202f5fbcfea504673de90ef20ffe97330a0.tar.gz src-72c8f202f5fbcfea504673de90ef20ffe97330a0.zip |
Unify *up scripts into one up.sh
Diffstat (limited to '')
-rwxr-xr-x | home/.local/bin/hup | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/home/.local/bin/hup b/home/.local/bin/hup deleted file mode 100755 index 4fc5d7ae..00000000 --- a/home/.local/bin/hup +++ /dev/null @@ -1,7 +0,0 @@ -#!/bin/sh -set -eu - -dir=$(mktemp -d) -hi -f html -o document,tab=4 "$@" > "$dir/hi.html" -up "$dir/hi.html" -rm -r "$dir" |