add log
This commit is contained in:
parent
c2ba37924b
commit
a29046e8da
3 changed files with 14 additions and 2 deletions
|
@ -35,12 +35,12 @@ Currently, I code amazing stuff for Sneed Group. My focus is on building efficie
|
||||||
## Projects
|
## Projects
|
||||||
* Web Applications: Developing interactive and responsive web applications using JavaScript and HTML.
|
* Web Applications: Developing interactive and responsive web applications using JavaScript and HTML.
|
||||||
* Backend Development: Building robust server-side solutions with Node.js.
|
* Backend Development: Building robust server-side solutions with Node.js.
|
||||||
* OS Development: Working on OS development using Cosmos C#.
|
* OS Development: Worked on OS development using Cosmos C#.
|
||||||
* Mac OS Setup Script: Created **DSMOSS** (The Mac OS setup script, mainly for Sneed Group; not to be confused with Don't Steal MacOS - DSMOS) to streamline setup processes.
|
* Mac OS Setup Script: Created **DSMOSS** (The Mac OS setup script, mainly for Sneed Group; not to be confused with Don't Steal MacOS - DSMOS) to streamline setup processes.
|
||||||
|
|
||||||
## Links
|
## Links
|
||||||
=> code/ Public Code Copies
|
=> code/ Public Code Copies
|
||||||
=> https://s.nodemixaholic.com S Social
|
=> log/ Capitan's Log
|
||||||
=> https://ollama.com/sparksammy My Ollama Projects
|
=> https://ollama.com/sparksammy My Ollama Projects
|
||||||
=> https://search.sparksammy.com/ Sparksammy Search
|
=> https://search.sparksammy.com/ Sparksammy Search
|
||||||
|
|
||||||
|
|
3
log/index.gmi
Normal file
3
log/index.gmi
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
# Nodemixaholic's Gemini Log
|
||||||
|
|
||||||
|
|
9
log/new-post.sh
Executable file
9
log/new-post.sh
Executable file
|
@ -0,0 +1,9 @@
|
||||||
|
postID="$RANDOM-$RANDOM$RANDOM"
|
||||||
|
|
||||||
|
echo " " >> $postID
|
||||||
|
echo "## Title" > $postID
|
||||||
|
echo "Body" >> $postID
|
||||||
|
nano $postID
|
||||||
|
echo " " >> $postID
|
||||||
|
cat $postID > index.gmi
|
||||||
|
rm $postID
|
Loading…
Reference in a new issue