From b89743110c9d7aedc802f4e2c85222ebfe259bf3 Mon Sep 17 00:00:00 2001 From: lonkaars Date: Mon, 12 Apr 2021 12:45:24 +0200 Subject: web launch --- scripts/genposts | 3 +++ 1 file changed, 3 insertions(+) (limited to 'scripts') diff --git a/scripts/genposts b/scripts/genposts index 0c6bfe0..22459fb 100755 --- a/scripts/genposts +++ b/scripts/genposts @@ -1,4 +1,7 @@ #!/bin/sh + +cd $(dirname $0) + ./posts |\ jq ".posts |= sort_by(.date)" |\ jq -c \ -- cgit v1.2.3