sourcehut
Log in
—
Register
~huyngo
/
xrvs.net
summary
tree
log
refs
xrvs.net
/new-post.sh
-rwxr-xr-x
88 bytes
View
Log
Blame
View raw
608e9c61
—
Ngô Ngọc Đức Huy
Update post
11 days ago
1
2
3
#!/bin/sh
# Shell script to create a new post
hugo new
"posts/
$(
date --iso-8601
)
-
$1
.md"