build
All checks were successful
/ job (push) Successful in 3m38s

This commit is contained in:
Marc Beninca 2024-07-30 21:33:20 +02:00
parent 08138d21a2
commit 955406d39d
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F

12
build.sh Executable file
View file

@ -0,0 +1,12 @@
#! /usr/bin/env bash
FILE="$(realpath "${BASH_SOURCE[0]}")"
ROOT="$(dirname "${FILE}")"
rsync \
--archive \
--delete-before \
--partial \
--progress \
--verbose \
"${ROOT}/in/" \
"${ROOT}/out/"