From: Roland Haeder Date: Mon, 18 Apr 2016 18:13:13 +0000 (+0200) Subject: Added the famous 'all done' message. X-Git-Url: https://git.mxchange.org/?p=jprojects-scripts.git;a=commitdiff_plain;h=56abf09e2d59fe8abeaa691f529a19484489c93c Added the famous 'all done' message. Signed-off-by: Roland Haeder --- 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