This commit is contained in:
Laurent Destailleur 2015-03-04 20:43:54 +01:00
parent 6bf0b9b107
commit 56e77382f3
2 changed files with 461 additions and 460 deletions

View File

@ -10,6 +10,7 @@
# Syntax
if [ "x$1" != "xlist" -a "x$1" != "xfix" ]
then
echo "This script clean files with CR+LF into files with LF only. All source files are included, also files into includes."
echo "Usage: fixdosfiles.sh [list|fix]"
fi