#!/bin/sh

( cd $1; find | grep -v CVS | sed 's/^\.\///' | grep / | grep \\. | grep -v resources.txt > resources.txt )
