dot/build.sh
Marc Beninca 955406d39d
All checks were successful
/ job (push) Successful in 3m38s
build
2024-07-30 21:33:20 +02:00

12 lines
195 B
Bash
Executable file

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