diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-07-09 17:34:01 +0200 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-07-09 17:34:01 +0200 |
commit | 1cf4611946b418b49a071b78d7f5da3649483a8d (patch) | |
tree | cb7d86b9342e1574c8a8bf4cbb81d028ad13fc30 /src/gitjoe/rmuser.pl | |
parent | Limited commits to 20 (diff) | |
download | joe-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-x | src/gitjoe/rmuser.pl | 1 |
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; } |