summary refs log tree commit diff
diff options
context:
space:
mode:
-rwxr-xr-xhome/.bin/tup7
-rwxr-xr-xlink.sh1
2 files changed, 8 insertions, 0 deletions
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"
diff --git a/link.sh b/link.sh
index c0c815d0..33f67768 100755
--- a/link.sh
+++ b/link.sh
@@ -27,6 +27,7 @@ link '.bin/hnel.c'
 link '.bin/jrp.c'
 link '.bin/pbd.c'
 link '.bin/sup'
+link '.bin/tup'
 link '.bin/up'
 link '.bin/xx.c'
 link '.config/git/config'
n/tag/?h=2062.53'>2062.53Štěpán Němec 2021-08-26Update to NetBSD 9.2 2062.52June McEnroe 2021-08-26Support DESTDIR in install/uninstallJune McEnroe 2021-08-26Add version number generatorJune McEnroe 2021-08-22Add ISC license headerJune McEnroe 2021-08-22Update to Linux man-pages 5.12Štěpán Němec 2021-06-21Add manuals for macOS 11.3June McEnroe 2021-05-08Update to OpenBSD 6.9June McEnroe 2021-04-26Update to Linux man-pages 5.11June McEnroe 2021-04-26Update to FreeBSD 13.0June McEnroe 2021-01-27Completely rewrite how manuals are fetched and installedJune McEnroe 2020-12-14Update to man-pages-posix 2017-aJune McEnroe 2020-12-14Update to OpenBSD 6.8June McEnroe 2020-12-14Update to NetBSD 9.1June McEnroe 2020-12-14Update to man-pages 5.09June McEnroe 2020-12-14Update to FreeBSD 12.2June McEnroe 2020-06-08Update to OpenBSD 6.7June McEnroe 2020-05-04Add hack for macOS to search extra man sectionsJune McEnroe 2020-05-04Don't clear MANSECTJune McEnroe