diff options
author | George Abbott <george@gabbott.dev> | 2023-11-11 15:41:36 +0000 |
---|---|---|
committer | George Abbott <george@gabbott.dev> | 2023-11-11 15:41:36 +0000 |
commit | 4af3fcbd9c812a9f9d583bd502861ba7ca74c26b (patch) | |
tree | d66cc098b2f689f4643e719ed260f682c734e375 /web/allotment | |
parent | 6fff36ec2876beea17ab6d2e878c798906b3c10b (diff) |
Add allotment script
Diffstat (limited to 'web/allotment')
-rwxr-xr-x | web/allotment | 5 |
1 files changed, 5 insertions, 0 deletions
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 |