diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-07-06 17:34:25 +0200 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-07-06 17:34:25 +0200 |
commit | 946cea0403c1b0f23d7a0e4c8244c85e61f44154 (patch) | |
tree | 3aeecea13c09f67aa98ad7e5bd6c4ed5c0d2577c /gitjoe-addsshkey.pl | |
parent | Trying that one (diff) | |
download | joe-scripts-946cea0403c1b0f23d7a0e4c8244c85e61f44154.tar.gz joe-scripts-946cea0403c1b0f23d7a0e4c8244c85e61f44154.tar.bz2 joe-scripts-946cea0403c1b0f23d7a0e4c8244c85e61f44154.tar.xz joe-scripts-946cea0403c1b0f23d7a0e4c8244c85e61f44154.tar.zst joe-scripts-946cea0403c1b0f23d7a0e4c8244c85e61f44154.zip |
push
Diffstat (limited to 'gitjoe-addsshkey.pl')
-rwxr-xr-x | gitjoe-addsshkey.pl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gitjoe-addsshkey.pl b/gitjoe-addsshkey.pl index 7dfd5cc..7f280f9 100755 --- a/gitjoe-addsshkey.pl +++ b/gitjoe-addsshkey.pl @@ -2,6 +2,7 @@ use strict; use warnings; +use Term::ANSIColor; sub main { my $argc = $#ARGV + 1; |