diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-07-30 00:38:15 +0200 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-07-30 00:38:15 +0200 |
commit | 5a57b76bf40372abd7c247d53d0d1ecbe7f5b205 (patch) | |
tree | 17baa457356142c300b4e11d6c6e477ce703b66c /src/gitjoe/adduser.pl | |
parent | Cool (diff) | |
download | joe-scripts-5a57b76bf40372abd7c247d53d0d1ecbe7f5b205.tar.gz joe-scripts-5a57b76bf40372abd7c247d53d0d1ecbe7f5b205.tar.bz2 joe-scripts-5a57b76bf40372abd7c247d53d0d1ecbe7f5b205.tar.xz joe-scripts-5a57b76bf40372abd7c247d53d0d1ecbe7f5b205.tar.zst joe-scripts-5a57b76bf40372abd7c247d53d0d1ecbe7f5b205.zip |
New script to change repo visibility
Diffstat (limited to '')
-rwxr-xr-x | src/gitjoe/adduser.pl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gitjoe/adduser.pl b/src/gitjoe/adduser.pl index 8107155..23c7a56 100755 --- a/src/gitjoe/adduser.pl +++ b/src/gitjoe/adduser.pl @@ -8,7 +8,8 @@ use constant { ADDUSER_PATH => '/usr/sbin/adduser', }; -sub main { +sub main +{ my $argc = $#ARGV + 1; if ($argc < 2) { print colored("Failed!\n", 'bold red') |