From e4d32e31a39e4b31501ad553052d7aab8f3acf9f Mon Sep 17 00:00:00 2001 From: JozanLeClerc Date: Tue, 7 Jul 2020 19:38:15 +0200 Subject: New script in progress to update gitjoe --- update-gitjoe.pl | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100755 update-gitjoe.pl (limited to 'update-gitjoe.pl') diff --git a/update-gitjoe.pl b/update-gitjoe.pl new file mode 100755 index 0000000..b79f9aa --- /dev/null +++ b/update-gitjoe.pl @@ -0,0 +1,13 @@ +#!/usr/local/bin/perl + +use strict; +use warnings; +use Term::ANSIColor; + +sub main { + exit; +} + +main(); + +__END__ -- cgit v1.2.3