mdf-blog/run.sh
2026-03-24 00:37:16 +01:00

6 lines
119 B
Bash
Executable file

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