diff options
author | Suleyman Farajli <suleyman@farajli.net> | 2024-08-09 16:52:54 +0400 |
---|---|---|
committer | Suleyman Farajli <suleyman@farajli.net> | 2024-08-09 16:52:54 +0400 |
commit | 3d51988caa7d6c7f4e3ba890ac8fb20c5c95d0fe (patch) | |
tree | da4845fecfcf98667b2f14c4a68d6a4f6462556a /scripts/nospac | |
parent | 3eff6dc06d67b17b46311dc95f02f355d177c731 (diff) |
nospac: small update
Diffstat (limited to 'scripts/nospac')
-rwxr-xr-x | scripts/nospac | 2 |
1 files changed, 2 insertions, 0 deletions
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 |