Compare commits
10 commits
315aee2f21
...
eeace1ef8c
Author | SHA1 | Date | |
---|---|---|---|
eeace1ef8c | |||
9b4d1e7d35 | |||
c033ad6391 | |||
33bcfdc4d3 | |||
51ef1a8ccd | |||
72127a4e17 | |||
f3462839b5 | |||
3853e5f0b9 | |||
30d564eb4f | |||
1e173bb853 |
2 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