mdf-blog/run.sh
2026-03-05 19:45:00 +01:00

3 lines
98 B
Bash
Executable file

#/bin/sh
cargo run "$@" > blog.html
sed template.html -e '/INSERT_HERE/r blog.html' > result.html