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