blob: 216e95642d36cf5d6975996bb4597f1f62aeffdb [file] [log] [blame]
#!/bin/sh
# Count number of bundlelist 'list.xml' files with SNAPSHOT deps
find . -name list.xml -exec grep -l SNAPSHOT {} \; | wc -l