idimitrov.dev/new.sh

15 lines
124 B
Bash
Raw Permalink Normal View History

2024-07-24 21:04:21 +02:00
#!/usr/bin/env bash
content="---
title:
goal:
role:
date:
z: 9999
draft: true
---
"
echo "$content" > "./_content/$1.md"