diff options
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 |