summaryrefslogtreecommitdiffstats
path: root/dgbuilder/git_scripts/gitstatus
blob: 9b24ea79b757288378787ac204dddf77c68f5296 (plain)
1
2
3
4
5
6
7
if [ "$#" != "1" ]
then
	echo "Usage $0 full_path_to_local_repository"
	exit
fi
cd $1
git status