From d33737054ccf2fd766fc31ef9d572946cea24dd9 Mon Sep 17 00:00:00 2001 From: vilmibm Date: Mon, 30 May 2022 23:44:10 +0000 Subject: [PATCH] also clean gemini --- make.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/make.sh b/make.sh index f807436..84cb236 100755 --- a/make.sh +++ b/make.sh @@ -35,8 +35,9 @@ fi cp $htmlIndexTmpl $htmlIndex -# Remove old gopher posts +# Remove old gopher and gemini posts rm -f ${gopherPath}/* +rm -f ${geminiPath}/* # Initialize blog gophermap echo "!the phlog of vilmibm as it were" > $gopherIndex