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 | e6c20f61387a85a5b15a79b5474f710e5878c6b3 (patch) | |
tree | 09f679c946641b22b96e96046e57d6eaad82f372 /home/.local/bin/tup | |
parent | Use a proper fread-realloc loop in hi (diff) | |
download | src-e6c20f61387a85a5b15a79b5474f710e5878c6b3.tar.gz src-e6c20f61387a85a5b15a79b5474f710e5878c6b3.zip |
Unify *up scripts into one up.sh
Diffstat (limited to '')
-rwxr-xr-x | home/.local/bin/tup | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/home/.local/bin/tup b/home/.local/bin/tup deleted file mode 100755 index 543038da..00000000 --- a/home/.local/bin/tup +++ /dev/null @@ -1,7 +0,0 @@ -#!/bin/sh -set -e -u - -dir=$(mktemp -d) -cat > "$dir/input.txt" -up "$dir/input.txt" -rm -r "$dir" |