blob: 8d475adf82cae46d56e31bff9c072fa47f94e80b [file] [log] [blame]
Timoney, Daniel (dt5972)324ee362017-02-15 10:37:53 -05001if [ "$#" != "1" ]
2then
3 echo "Usage $0 full_path_to_local_repository"
4 exit
5fi
6cd $1
7git pull