From 82abadcecc7534b4847238ee2a977f33256b0439 Mon Sep 17 00:00:00 2001 From: George Abbott Date: Sun, 26 Jan 2025 11:37:22 +0000 Subject: sh --- scripts/sh/thousands | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100755 scripts/sh/thousands (limited to 'scripts/sh/thousands') diff --git a/scripts/sh/thousands b/scripts/sh/thousands new file mode 100755 index 0000000..ed361cc --- /dev/null +++ b/scripts/sh/thousands @@ -0,0 +1,9 @@ +#!/bin/sh +# thousands: update the list of thousands +# (any additions to the file also need corresponding changes to the sed script +# in `release` + +[ -z "$WWW_DEFAULT_PATH" ] && echo "WWW_DEFAULT_PATH not set" && exit 1 +[ -z "$EDITOR" ] && echo "EDITOR not set" && exit + +$EDITOR "$WWW_DEFAULT_PATH/src/thousands" -- cgit v1.2.1