Compare commits
11 commits
eeace1ef8c
...
315aee2f21
Author | SHA1 | Date | |
---|---|---|---|
315aee2f21 | |||
cbfd53922f | |||
15bec101c6 | |||
dc4e6fbb36 | |||
6882d1cc9b | |||
a4a394616c | |||
f03b9e26fc | |||
968ce11438 | |||
7dd24da740 | |||
d7dc9cb284 | |||
2098a67a6e |
2 changed files with 0 additions and 12 deletions
12
build.sh
12
build.sh
|
@ -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/"
|
|
Loading…
Reference in a new issue