wahoo
This commit is contained in:
parent
4ae3e75ac3
commit
4b2c64dafd
9 changed files with 225 additions and 26 deletions
6
run.sh
6
run.sh
|
|
@ -1,6 +1,6 @@
|
|||
#/bin/sh
|
||||
cargo run "$@" > blog.html
|
||||
cargo run "$@" > blog-tmp.html
|
||||
sed template.html -e '/INSERT_HERE/{
|
||||
r blog.html
|
||||
r blog-tmp.html
|
||||
d
|
||||
}' > result.html
|
||||
}' > index.html
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue