5 lines
126 B
Bash
Executable File
5 lines
126 B
Bash
Executable File
#!/bin/bash
|
|
|
|
cd blog
|
|
hugo new content/posts/weeknotes-$(date +%Y-%m-%d).md
|
|
cursor content/posts/weeknotes-$(date +%Y-%m-%d).md |