From b6325e067e09d67f9cbe34f8170df7e9597c7cfb Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Mon, 11 Sep 2023 10:07:52 +0100 Subject: [PATCH] ;bin: tt,ft comment --- bin/ft | 1 + bin/tt | 1 + 2 files changed, 2 insertions(+) diff --git a/bin/ft b/bin/ft index a88cbe605..b27619e0d 100755 --- a/bin/ft +++ b/bin/ft @@ -3,6 +3,7 @@ # ** PREAMBLE # shellcheck shell=bash disable=SC2317 # Customise as needed; consider keeping as a git checkout for merging updates. +# See also: justfile, an alternative. set -e diff --git a/bin/tt b/bin/tt index e7ffdc0fa..ba86cf865 100755 --- a/bin/tt +++ b/bin/tt @@ -4,6 +4,7 @@ # Customise as needed; consider keeping as a git checkout for merging updates. # Uses hledger, bash, python, a few other unix tools. # wakelog is a script grepping system logs for sleep/wake events; provide it or comment it. +# See also: justfile, an alternative. ## #!/usr/bin/env -S osh # -*- sh -*- # or osh - more powerful, less tool support ## shopt -s -errexit strict:all 2>/dev/null || set -e