diff options
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; |