mdf-blog/run.sh
2026-03-26 13:48:48 +01:00

6 lines
122 B
Bash
Executable file

#/bin/sh
cargo run -- "$@" > blog-tmp.html
sed template.html -e '/INSERT_HERE/{
r blog-tmp.html
d
}' > index.html