This commit is contained in:
Rakarake 2026-03-05 19:45:00 +01:00
parent 0fef98efaf
commit d1b04c13d1
5 changed files with 31 additions and 1 deletions

3
run.sh Executable file
View file

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