aboutsummaryrefslogtreecommitdiffstats
path: root/gitjoe-addsshkey.pl
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2020-07-06 17:34:25 +0200
committerJozanLeClerc <bousset.rudy@gmail.com>2020-07-06 17:34:25 +0200
commit946cea0403c1b0f23d7a0e4c8244c85e61f44154 (patch)
tree3aeecea13c09f67aa98ad7e5bd6c4ed5c0d2577c /gitjoe-addsshkey.pl
parentTrying that one (diff)
downloadjoe-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-xgitjoe-addsshkey.pl1
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;