3 lines
98 B
Bash
Executable file
3 lines
98 B
Bash
Executable file
#/bin/sh
|
|
cargo run "$@" > blog.html
|
|
sed template.html -e '/INSERT_HERE/r blog.html' > result.html
|