Split scripts, re-generate feed
This commit is contained in:
parent
9e3bf5de9f
commit
e53b59a94b
4 changed files with 32 additions and 25 deletions
7
run.sh
Normal file
7
run.sh
Normal file
|
@ -0,0 +1,7 @@
|
|||
#!/usr/bin/env bash
|
||||
set -e
|
||||
SCRIPT_DIR=$(cd -- "$(dirname -- "${BASH_SOURCE[0]}")" &>/dev/null && pwd)
|
||||
|
||||
cd $SCRIPT_DIR
|
||||
./md2html.sh
|
||||
./generate-rss.sh
|
Loading…
Add table
Add a link
Reference in a new issue