From 3d51988caa7d6c7f4e3ba890ac8fb20c5c95d0fe Mon Sep 17 00:00:00 2001 From: Suleyman Farajli Date: Fri, 9 Aug 2024 16:52:54 +0400 Subject: nospac: small update --- scripts/nospac | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/nospac b/scripts/nospac index 07f53a7..650c216 100755 --- a/scripts/nospac +++ b/scripts/nospac @@ -20,3 +20,5 @@ for file in ./*; do newfile=$(echo "${file}" | tr ' ' '_') [ "${newfile}" != "${file}" ] && mv -v "${file}" "${newfile}" done + +exit 0 -- cgit v1.2.3