[CCSDK-28] populated the seed code for dgbuilder
[ccsdk/distribution.git] / dgbuilder / git_scripts / gitpull
1 if [ "$#" != "1" ]
2 then
3         echo "Usage $0 full_path_to_local_repository"
4         exit
5 fi
6 cd $1
7 git pull