From d8c03e2de551c392143c2829fb89304669086707 Mon Sep 17 00:00:00 2001 From: June McEnroe Date: Mon, 31 Jul 2017 23:31:13 -0400 Subject: Add tup --- home/.bin/tup | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100755 home/.bin/tup (limited to 'home') diff --git a/home/.bin/tup b/home/.bin/tup new file mode 100755 index 00000000..29af9b0a --- /dev/null +++ b/home/.bin/tup @@ -0,0 +1,7 @@ +#!/usr/bin/env zsh +set -o errexit -o nounset -o pipefail + +dir=$(mktemp -d) +cat > "$dir/input.txt" +up "$dir/input.txt" +rm -r "$dir" -- cgit 1.4.1 a292d4ee7e0254c026ceb5253699'>this commit dontfiles
summary refs log tree commit diff
path: root/www/git.causal.agency/cgit/contrib/hooks (unfollow)
Commit message (Expand)Author
2026-03-23Add -ll for hilexJune McEnroe
2026-02-17Remove photo metadata directoriesJune McEnroe
2026-02-17Ignore photo metadataJune McEnroe
2026-02-16Populate films datalist with 20 most recently usedJune McEnroe
2026-02-16Select last used bodyJune McEnroe
2026-02-15Don't break on trip with removed bodyJune McEnroe
2026-02-11Keep manpath.conf sortedJune McEnroe