From 4af3fcbd9c812a9f9d583bd502861ba7ca74c26b Mon Sep 17 00:00:00 2001 From: George Abbott <george@gabbott.dev> Date: Sat, 11 Nov 2023 15:41:36 +0000 Subject: Add allotment script --- web/allotment | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 web/allotment (limited to 'web/allotment') diff --git a/web/allotment b/web/allotment new file mode 100755 index 0000000..5524fe7 --- /dev/null +++ b/web/allotment @@ -0,0 +1,5 @@ +#!/bin/sh +# allotment: edit the allotment diary. + +$EDITOR "$WEBSITE_PATH/allotment.html" +ws-push -- cgit v1.2.1