Subversion Repositories general

Compare Revisions

No changes between revisions

Ignore whitespace Rev 924 → Rev 925

/sun/hostadmiral/trunk/bin/dos2unix.sh
0,0 → 1,4
#!/bin/sh
 
find . -not -path '*/.svn/*' \( -name '*.java' -or -name '*.jsp' -or -name '*.tld' -or -name '*.xml' \) -exec sh -c 'tr -d "\r" < {} > tmp; mv tmp {}' \;
 
/sun/hostadmiral/trunk/bin/find_fixme.sh
0,0 → 1,4
#!/bin/sh
 
find . -not -path '*/.svn/*' -type f -exec grep -HE '[F]IXME' {} \;
 
Property changes:
Added: svn:executable
+*
\ No newline at end of property