diff options
Diffstat (limited to 'update-gitjoe.pl')
-rwxr-xr-x | update-gitjoe.pl | 13 |
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__ |