blob: a22677c8a75a62b0778bd3a014d71e03f678654f [file] [log] [blame]
#!/bin/bash
set -x
cvs add `find . -type d`
cvs add `find . -not -type d | egrep -v cvs`