blob: 84aea8a355eee110f15e7444afef2b8803d4cc3e [file] [log] [blame]
#!/bin/bash
set -x
find . -type d | egrep -v CVS | xargs -n 5000 cvs add
find . -not -type d | egrep -v CVS | xargs -n 5000 cvs add