blob: 9b24ea79b757288378787ac204dddf77c68f5296 [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 status