aboutsummaryrefslogtreecommitdiffstats
path: root/update-gitjoe.pl
diff options
context:
space:
mode:
Diffstat (limited to 'update-gitjoe.pl')
-rwxr-xr-xupdate-gitjoe.pl13
1 files changed, 13 insertions, 0 deletions
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__