Split scripts, re-generate feed

This commit is contained in:
askiiart 2023-10-09 10:31:24 -05:00
parent 9e3bf5de9f
commit e53b59a94b
No known key found for this signature in database
GPG key ID: 498440A5CD6FAA2C
4 changed files with 32 additions and 25 deletions

7
run.sh Normal file
View 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