#!/bin/bash set -Eeuo pipefail sudo cp slides.{html,pdf} /srv/http/commitconf24/ sudo cp images/*.png /srv/http/commitconf24/images/ echo done