wowzer
This commit is contained in:
parent
0fef98efaf
commit
d1b04c13d1
5 changed files with 31 additions and 1 deletions
3
run.sh
Executable file
3
run.sh
Executable file
|
|
@ -0,0 +1,3 @@
|
|||
#/bin/sh
|
||||
cargo run "$@" > blog.html
|
||||
sed template.html -e '/INSERT_HERE/r blog.html' > result.html
|
||||
Loading…
Add table
Add a link
Reference in a new issue