root/alternc/branches/larpoux-unstable/searchmissing.pot.sh

Revision 828, 185 bytes (checked in by joe, 3 years ago)

Les scripts sont maintenant éxécutables (avec svn:executable).

  • Property svn:executable set to *
Line 
1 #!/bin/sh
2 cd bureau
3 ( find admin -type f ; find class -type f ) | grep -v CVS | grep -v \\.png | sort > /tmp/d1.txt
4 cd ../modules
5 cat * | sort >/tmp/d2.txt
6 diff /tmp/d1.txt /tmp/d2.txt
Note: See TracBrowser for help on using the browser.