diff options
author | Christoph Mende <angelos@gentoo.org> | 2012-07-20 13:16:45 +0200 |
---|---|---|
committer | Christoph Mende <angelos@gentoo.org> | 2012-07-20 13:16:45 +0200 |
commit | 56735c9206d46aa3c2601dba735e7a3644b8727c (patch) | |
tree | 79f5221d608e96facbe70e38ce1e2e14db527a6b | |
parent | metadata: Add layout.conf (diff) | |
download | angelos-56735c9206d46aa3c2601dba735e7a3644b8727c.tar.gz angelos-56735c9206d46aa3c2601dba735e7a3644b8727c.tar.bz2 angelos-56735c9206d46aa3c2601dba735e7a3644b8727c.zip |
commit-xfce-sync: Tell the user we're done
-rwxr-xr-x | scripts/commit-xfce-sync.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/commit-xfce-sync.sh b/scripts/commit-xfce-sync.sh index d4e7ab6..6d503a8 100755 --- a/scripts/commit-xfce-sync.sh +++ b/scripts/commit-xfce-sync.sh @@ -13,3 +13,5 @@ for i in ${pkgs}; do popd >/dev/null done popd >/dev/null + +echo "Everything committed, don't forget to push!" |