mdf-blog/run.sh
2026-03-07 19:21:18 +01:00

6 lines
112 B
Bash
Executable file

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