also clean gemini
parent
7693542dc7
commit
d33737054c
3
make.sh
3
make.sh
|
@ -35,8 +35,9 @@ fi
|
||||||
|
|
||||||
cp $htmlIndexTmpl $htmlIndex
|
cp $htmlIndexTmpl $htmlIndex
|
||||||
|
|
||||||
# Remove old gopher posts
|
# Remove old gopher and gemini posts
|
||||||
rm -f ${gopherPath}/*
|
rm -f ${gopherPath}/*
|
||||||
|
rm -f ${geminiPath}/*
|
||||||
|
|
||||||
# Initialize blog gophermap
|
# Initialize blog gophermap
|
||||||
echo "!the phlog of vilmibm as it were" > $gopherIndex
|
echo "!the phlog of vilmibm as it were" > $gopherIndex
|
||||||
|
|
Loading…
Reference in New Issue