From 56abf09e2d59fe8abeaa691f529a19484489c93c Mon Sep 17 00:00:00 2001 From: Roland Haeder Date: Mon, 18 Apr 2016 20:13:13 +0200 Subject: [PATCH] Added the famous 'all done' message. Signed-off-by: Roland Haeder --- pull-stick.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pull-stick.sh b/pull-stick.sh index 3dc73ed..f8b7834 100755 --- a/pull-stick.sh +++ b/pull-stick.sh @@ -30,3 +30,6 @@ for project in ${LIST}; do echo "$0: Rebasing '${project}' ..." git rebase origin/master || exit 255 done + +echo "$0: All done." +exit 0 -- 2.30.2