silence dos2unix
This commit is contained in:
parent
f472322006
commit
23b67bf8b4
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ sed -i 's/'$(echo "\0337")'/ss/g' ./*
|
||||||
|
|
||||||
echo "> Correct filenames' case"
|
echo "> Correct filenames' case"
|
||||||
for f in ./*; do
|
for f in ./*; do
|
||||||
dos2unix "$f"
|
dos2unix "$f" >/dev/null 2>&1
|
||||||
|
|
||||||
echo "$f" | grep -q "[A-Z]" && mv "$f" "$(echo "$f" | tr '[:upper:]' '[:lower:]')"
|
echo "$f" | grep -q "[A-Z]" && mv "$f" "$(echo "$f" | tr '[:upper:]' '[:lower:]')"
|
||||||
done
|
done
|
||||||
|
|
Loading…
Reference in a new issue