aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2021-03-16 18:13:49 -0300
committerEuAndreh <eu@euandre.org>2021-03-16 18:13:49 -0300
commit5871addf7b877286e38004fc736023de93a7f630 (patch)
treea898bbbdbbced394dc90b4c1a199629626e39299
parentmanifest.scm: Add some Perl packages from personal Guix channel (diff)
downloadgistatic-5871addf7b877286e38004fc736023de93a7f630.tar.gz
gistatic-5871addf7b877286e38004fc736023de93a7f630.tar.xz
scripts/gistatic.pl: WIP
-rwxr-xr-xscripts/gistatic.pl11
1 files changed, 11 insertions, 0 deletions
diff --git a/scripts/gistatic.pl b/scripts/gistatic.pl
index e69de29..33ddb00 100755
--- a/scripts/gistatic.pl
+++ b/scripts/gistatic.pl
@@ -0,0 +1,11 @@
+#!/usr/bin/env perl
+
+use utf8;
+use strict;
+use warnings;
+use open qw(:std :utf8);
+
+# no critic (RequireInterpolationOfMetachars)
+our $VERSION = '@VERSION@';
+
+#print pwd()