diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-07-09 17:55:52 +0200 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-07-09 17:55:52 +0200 |
commit | 99e7509d25fc6c108838f01734f6e6c41527f7d7 (patch) | |
tree | 2657efed68f08e5f6adb33353def1f2c0b6bbc63 /src/gitjoe/chdesc.pl | |
parent | Fucked up (diff) | |
download | joe-scripts-99e7509d25fc6c108838f01734f6e6c41527f7d7.tar.gz joe-scripts-99e7509d25fc6c108838f01734f6e6c41527f7d7.tar.bz2 joe-scripts-99e7509d25fc6c108838f01734f6e6c41527f7d7.tar.xz joe-scripts-99e7509d25fc6c108838f01734f6e6c41527f7d7.tar.zst joe-scripts-99e7509d25fc6c108838f01734f6e6c41527f7d7.zip |
More log messages, improved seds
Diffstat (limited to 'src/gitjoe/chdesc.pl')
-rwxr-xr-x | src/gitjoe/chdesc.pl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gitjoe/chdesc.pl b/src/gitjoe/chdesc.pl index 38e2349..f0fa722 100755 --- a/src/gitjoe/chdesc.pl +++ b/src/gitjoe/chdesc.pl @@ -29,6 +29,8 @@ sub main { '-c', '/usr/sbin/chown -v ' . $usr . ':' . $usr . ' ' . $home_dir . $repo . 'description' ); + print "Changed git repository " . colored($repo, 'bold green') . " description for user " . colored($usr, 'bold') . ".\n" + "New description: ". colored($desc, 'bold green') . ".\n"; exit; } |