testing stuff
This commit is contained in:
parent
d1b04c13d1
commit
e0c772db92
6 changed files with 199 additions and 8 deletions
5
run.sh
5
run.sh
|
|
@ -1,3 +1,6 @@
|
|||
#/bin/sh
|
||||
cargo run "$@" > blog.html
|
||||
sed template.html -e '/INSERT_HERE/r blog.html' > result.html
|
||||
sed template.html -e '/INSERT_HERE/{
|
||||
r blog.html
|
||||
d
|
||||
}' > result.html
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue