parent
08138d21a2
commit
955406d39d
1 changed files with 12 additions and 0 deletions
12
build.sh
Executable file
12
build.sh
Executable 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/"
|
Loading…
Reference in a new issue