diff options
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 |