From 6c7eaea86c5a79be8e28843e7d554c15dfbb7d0c Mon Sep 17 00:00:00 2001 From: Connor Olding Date: Wed, 12 Oct 2022 14:35:43 -0700 Subject: [PATCH] util: superficial changes --- notwa-util/dedupe | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/notwa-util/dedupe b/notwa-util/dedupe index 83c2c65..8166324 100755 --- a/notwa-util/dedupe +++ b/notwa-util/dedupe @@ -1,4 +1,5 @@ #!/usr/bin/env sh + # Copyright (C) 2022 Connor Olding usage='dedupe [OPTION...] {SOURCE} {TARGET} [FILE...] @@ -26,9 +27,7 @@ EOF die() { printf '\033[1mdedupe:\033[m %s\n' >&2 "$2"; exit "$1" ;} -h=0 - -: \ +h=0 \ && while o="${1#-}" && [ "${#o}" != "${#1}" ] && shift \ ;do case "$o" in \ (-) break ;; \