add dates to log
This commit is contained in:
parent
f17e2af4e8
commit
8bc4d079d2
3 changed files with 25 additions and 2 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1 +1,2 @@
|
|||
code/*.tar.gz
|
||||
log/index.gmi
|
||||
|
|
|
@ -1,5 +1,27 @@
|
|||
# Capitan's Log
|
||||
|
||||
## Hello, welcome to my Gemini log!
|
||||
## Nov 3rd 2024 - Hello, welcome to my Gemini log!
|
||||
Just setting up my Gemini log.
|
||||
|
||||
|
||||
## Nov 3rd 2024 - Project 2025 is bleak
|
||||
|
||||
* No porn
|
||||
* No NOAA/NWS
|
||||
* No more school funding for schools that requires masks/vax
|
||||
* No more trans people in the military
|
||||
* No more birth-right citizenship (possibly)
|
||||
* Ban of African American gender studies in all levels of eduction (possibly)
|
||||
* No more DEI program
|
||||
* No more gay marriage
|
||||
* No more affordable care act
|
||||
* Mass deportation
|
||||
* Natzi-style(?) migrant camps
|
||||
* Make all federal workers political appointees, allowing the firing of all federal workers and replacing them.
|
||||
* No more abortion
|
||||
* And more.
|
||||
|
||||
|
||||
## Sun Nov 3 11:36:31 PM UTC 2024 - I added dates now.
|
||||
wow.
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
postID="$RANDOM-$RANDOM$RANDOM"
|
||||
|
||||
echo " " > $postID
|
||||
echo "## Title" >> $postID
|
||||
echo "## $(date) - Title" >> $postID
|
||||
echo "Body" >> $postID
|
||||
nano $postID
|
||||
echo " " >> $postID
|
||||
|
|
Loading…
Reference in a new issue