From f02be9b5c09179b64dc51933635c71625a9ecb82 Mon Sep 17 00:00:00 2001 From: Curtis McEnroe Date: Sat, 18 Aug 2018 16:15:56 -0400 Subject: Run {,s,t}up with /bin/sh --- home/.local/bin/tup | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'home/.local/bin/tup') diff --git a/home/.local/bin/tup b/home/.local/bin/tup index 29af9b0a..543038da 100755 --- a/home/.local/bin/tup +++ b/home/.local/bin/tup @@ -1,5 +1,5 @@ -#!/usr/bin/env zsh -set -o errexit -o nounset -o pipefail +#!/bin/sh +set -e -u dir=$(mktemp -d) cat > "$dir/input.txt" -- cgit 1.4.1 select name='h' onchange='this.form.submit();'> dontfiles
summary refs log tree commit diff
path: root/www/git.causal.agency/cgit/COPYING (unfollow)
Commit message (Expand)Author
2021-09-21Recalculate various lengths only as neededJune McEnroe
2021-09-21Rewrite pngo, add explicit optionsJune McEnroe
2021-09-16Fix /* **/ comment matchingJune McEnroe
2021-09-15Remove typer, add downgrade to READMEJune McEnroe
2021-09-15Set bot mode on downgradeJune McEnroe
2021-09-15Enter capsicum in downgradeJune McEnroe
2021-09-15Factor out common parts of downgrade messagesJune McEnroe
2021-09-14Add downgrade IRC botJune McEnroe
2021-09-14Sort by title if authors matchJune McEnroe
2021-09-13Swap-remove tags as they're foundJune McEnroe
2021-09-12Replace htagml regex with strncmpJune McEnroe
2021-09-11Also defer printing comment for lone close-parensJune McEnroe
2021-09-10Publish "git-comment"June McEnroe
2021-09-10Add git comment --pretty optionJune McEnroe
2021-09-08Defer printing comment if line is blank or closing braceJune McEnroe
2021-09-08Up default min-repeat to 30 linesJune McEnroe
2021-09-08Handle dirty lines in git-commentJune McEnroe
2021-09-08Document and install git-commentJune McEnroe
2021-09-08Add repeat and all options to git-commentJune McEnroe
2021-09-08Add group threshold to git-commentJune McEnroe