From 06ee5e75e78508e9b50baf8520c7b443fdeddba8 Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Mon, 18 Apr 2022 14:19:47 +0200 Subject: [PATCH] =?UTF-8?q?output=E2=86=92out?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sync.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sync.sh b/sync.sh index 3a30d6c..8ab2d6b 100755 --- a/sync.sh +++ b/sync.sh @@ -2,7 +2,7 @@ BASH_FILE="$(realpath "${BASH_SOURCE[0]}")" BASH_ROOT="$(dirname "${BASH_FILE}")" -OUTPUT='output' +OUTPUT='out' function rs { echo; \ echo "→ ${2} @ ${3} : ${1}"; \