diff --git a/build.sh b/build.sh index 4e9deb1..5509389 100755 --- a/build.sh +++ b/build.sh @@ -10,4 +10,3 @@ marp slides.md -o slides.html marp slides.md -o slides.pdf -xdg-open slides.html diff --git a/install.sh b/install.sh new file mode 100755 index 0000000..c92cdca --- /dev/null +++ b/install.sh @@ -0,0 +1,8 @@ +#!/bin/bash + +set -Eeuo pipefail + +sudo cp slides.{html,pdf} /srv/http/commitconf24/ +sudo cp images/*.png /srv/http/commitconf24/images/ + +echo done