gemini-old/log/new-post.sh
sneedgroup-holder 8bc4d079d2 add dates to log
2024-11-03 23:38:11 +00:00

9 lines
181 B
Bash
Executable file

postID="$RANDOM-$RANDOM$RANDOM"
echo " " > $postID
echo "## $(date) - Title" >> $postID
echo "Body" >> $postID
nano $postID
echo " " >> $postID
cat $postID >> index.gmi
rm $postID