From c4d92f45ef4afe6e58c7e7b9ed5c58c1867e2243 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Sun, 14 May 2017 14:26:35 -0300 Subject: Check the status of the current project at status script --- status | 3 +++ 1 file changed, 3 insertions(+) (limited to 'status') diff --git a/status b/status index 98a11f0..397abce 100755 --- a/status +++ b/status @@ -10,6 +10,9 @@ PROJECT="$1" if [ ! -z "$PROJECT" ]; then # Check the status of the given project cd $PROJECT &> /dev/null && git status +elif git status &> /dev/null; then + # Check the status of the current project + mr status else # Ensure we are in the home folder cd -- cgit v1.2.3