out/web
All checks were successful
/ job (push) Successful in 1m9s

This commit is contained in:
Marc Beninca 2024-10-13 23:41:32 +02:00
parent 955406d39d
commit 2098a67a6e
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F
2 changed files with 0 additions and 12 deletions

View file

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