This commit is contained in:
Rakarake 2026-03-26 13:48:48 +01:00
parent c3071a0476
commit 12dc33b5db
2 changed files with 26 additions and 18 deletions

2
run.sh
View file

@ -1,5 +1,5 @@
#/bin/sh
cargo run "$@" > blog-tmp.html
cargo run -- "$@" > blog-tmp.html
sed template.html -e '/INSERT_HERE/{
r blog-tmp.html
d