fix log script

This commit is contained in:
sneedgroup-holder 2024-11-03 23:32:36 +00:00
parent a29046e8da
commit f17e2af4e8
2 changed files with 7 additions and 5 deletions

View file

@ -1,3 +1,5 @@
# Nodemixaholic's Gemini Log
# Capitan's Log
## Hello, welcome to my Gemini log!
Just setting up my Gemini log.

View file

@ -1,9 +1,9 @@
postID="$RANDOM-$RANDOM$RANDOM"
echo " " >> $postID
echo "## Title" > $postID
echo " " > $postID
echo "## Title" >> $postID
echo "Body" >> $postID
nano $postID
echo " " >> $postID
cat $postID > index.gmi
cat $postID >> index.gmi
rm $postID