Subversion Repositories fileformats

Compare Revisions

No changes between revisions

Regard whitespace Rev 1 → Rev 2

/trunk/filetypes_duplicate_check.sh
0,0 → 1,7
#!/bin/bash
 
DIR=$( dirname "$0" )
 
cat "$DIR"/*.conf | grep -v "^$" | cut -f 1 -d '=' | sort | uniq -c | grep -v " 1 "
 
exit 0
Property changes:
Added: svn:executable
+*
\ No newline at end of property
Added: svn:mime-type
+text/x-sh
\ No newline at end of property