blob: 77a6cafdcdb717012e2bb8687df3e0e580e83dad [file] [log] [blame]
Gary Wu213a8352017-06-16 13:44:28 -07001#!/bin/sh
2while read p; do
Gary Wu3655edc2017-06-21 14:37:43 -07003 if [ ! -e $p ]; then
4 echo $p
5 git clone ssh://gerrit.onap.org:29418/$p $p
6 fi
Gary Wu213a8352017-06-16 13:44:28 -07007done < projects.txt