Add scripts

This commit is contained in:
Lassi Kortela 2022-08-03 23:14:51 +03:00
parent 401b458056
commit ee87e724af
2 changed files with 11 additions and 0 deletions

5
scripts/build.sh Executable file
View File

@ -0,0 +1,5 @@
#!/bin/sh
set -eu
cd "$(dirname "$0")"/..
set -x
pandoc -o www/index.html README.md

6
scripts/upload.sh Executable file
View File

@ -0,0 +1,6 @@
#!/bin/sh
set -eu
cd "$(dirname "$0")"/..
set -x
scripts/build.sh
rsync -vcr --delete www/ alpha.servers.scheme.org:/production/groups/www/prescheme/