aboutsummaryrefslogtreecommitdiffstats
path: root/src/gitjoe/rmuser.pl
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2020-07-09 17:34:01 +0200
committerJozanLeClerc <bousset.rudy@gmail.com>2020-07-09 17:34:01 +0200
commit1cf4611946b418b49a071b78d7f5da3649483a8d (patch)
treecb7d86b9342e1574c8a8bf4cbb81d028ad13fc30 /src/gitjoe/rmuser.pl
parentLimited commits to 20 (diff)
downloadjoe-scripts-1cf4611946b418b49a071b78d7f5da3649483a8d.tar.gz
joe-scripts-1cf4611946b418b49a071b78d7f5da3649483a8d.tar.bz2
joe-scripts-1cf4611946b418b49a071b78d7f5da3649483a8d.tar.xz
joe-scripts-1cf4611946b418b49a071b78d7f5da3649483a8d.tar.zst
joe-scripts-1cf4611946b418b49a071b78d7f5da3649483a8d.zip
Added fine end script messages
Diffstat (limited to 'src/gitjoe/rmuser.pl')
-rwxr-xr-xsrc/gitjoe/rmuser.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gitjoe/rmuser.pl b/src/gitjoe/rmuser.pl
index 944745f..d9b056d 100755
--- a/src/gitjoe/rmuser.pl
+++ b/src/gitjoe/rmuser.pl
@@ -23,6 +23,7 @@ y
y
EOF"
);
+ print "Removed git user " . colored($usr, 'bold yellow') . ".\n";
exit;
}