aboutsummaryrefslogtreecommitdiffhomepage
path: root/new
blob: 1df037831e295dbea67d62b7b20090fc08665c39 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh

export DATE=$(date '+%Y-%m-%d')

name=$(date '+%Y-%m-%d-%H')
cp -i template.md md/"$name".md

envsubst <md/"$name".md >md/tmp
mv md/tmp md/"$name".md

echo md/"$name".md