aboutsummaryrefslogtreecommitdiff
path: root/scripts/gistatic.pl
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2021-05-28 13:43:00 -0300
committerEuAndreh <eu@euandre.org>2021-05-28 13:43:00 -0300
commit1154ef6c359e49fc0b032ea19b746b64f1c938bf (patch)
tree2dde5a9083ec8264d7b7359ac15bd5dde35a76e1 /scripts/gistatic.pl
parentaux/workflow/public.sh: Mark as executable (diff)
downloadgistatic-1154ef6c359e49fc0b032ea19b746b64f1c938bf.tar.gz
gistatic-1154ef6c359e49fc0b032ea19b746b64f1c938bf.tar.xz
Remove empty Perl code
Diffstat (limited to '')
-rwxr-xr-xscripts/gistatic.pl11
1 files changed, 0 insertions, 11 deletions
diff --git a/scripts/gistatic.pl b/scripts/gistatic.pl
deleted file mode 100755
index 33ddb00..0000000
--- a/scripts/gistatic.pl
+++ /dev/null
@@ -1,11 +0,0 @@
-#!/usr/bin/env perl
-
-use utf8;
-use strict;
-use warnings;
-use open qw(:std :utf8);
-
-# no critic (RequireInterpolationOfMetachars)
-our $VERSION = '@VERSION@';
-
-#print pwd()