fix log script
This commit is contained in:
parent
a29046e8da
commit
f17e2af4e8
2 changed files with 7 additions and 5 deletions
|
@ -1,3 +1,5 @@
|
||||||
# Nodemixaholic's Gemini Log
|
# Capitan's Log
|
||||||
|
|
||||||
|
|
||||||
|
## Hello, welcome to my Gemini log!
|
||||||
|
Just setting up my Gemini log.
|
||||||
|
|
||||||
|
|
|
@ -1,9 +1,9 @@
|
||||||
postID="$RANDOM-$RANDOM$RANDOM"
|
postID="$RANDOM-$RANDOM$RANDOM"
|
||||||
|
|
||||||
echo " " >> $postID
|
echo " " > $postID
|
||||||
echo "## Title" > $postID
|
echo "## Title" >> $postID
|
||||||
echo "Body" >> $postID
|
echo "Body" >> $postID
|
||||||
nano $postID
|
nano $postID
|
||||||
echo " " >> $postID
|
echo " " >> $postID
|
||||||
cat $postID > index.gmi
|
cat $postID >> index.gmi
|
||||||
rm $postID
|
rm $postID
|
||||||
|
|
Loading…
Reference in a new issue