33f529e64b
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@680213 13f79535-47bb-0310-9956-ffa450edef68
2 lines
113 B
Bash
Executable file
2 lines
113 B
Bash
Executable file
total=$(cat $1 | grep dist/incubator/tuscany/java/sdo/1.1.1/ | awk '{ print $2 }' | uniq | wc -l)
|
|
echo $1 $total
|