output→out
This commit is contained in:
parent
5f971f76e6
commit
06ee5e75e7
1 changed files with 1 additions and 1 deletions
2
sync.sh
2
sync.sh
|
@ -2,7 +2,7 @@
|
||||||
BASH_FILE="$(realpath "${BASH_SOURCE[0]}")"
|
BASH_FILE="$(realpath "${BASH_SOURCE[0]}")"
|
||||||
BASH_ROOT="$(dirname "${BASH_FILE}")"
|
BASH_ROOT="$(dirname "${BASH_FILE}")"
|
||||||
|
|
||||||
OUTPUT='output'
|
OUTPUT='out'
|
||||||
|
|
||||||
function rs { echo; \
|
function rs { echo; \
|
||||||
echo "→ ${2} @ ${3} : ${1}"; \
|
echo "→ ${2} @ ${3} : ${1}"; \
|
||||||
|
|
Loading…
Reference in a new issue