;bin: tt,ft comment

This commit is contained in:
Simon Michael 2023-09-11 10:07:52 +01:00
parent e0d1f69575
commit b6325e067e
2 changed files with 2 additions and 0 deletions

1
bin/ft
View File

@ -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

1
bin/tt
View File

@ -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