diff options
author | EuAndreh <eu@euandre.org> | 2021-03-16 18:13:49 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2021-03-16 18:13:49 -0300 |
commit | 5871addf7b877286e38004fc736023de93a7f630 (patch) | |
tree | a898bbbdbbced394dc90b4c1a199629626e39299 /scripts/gistatic.pl | |
parent | manifest.scm: Add some Perl packages from personal Guix channel (diff) | |
download | gistatic-5871addf7b877286e38004fc736023de93a7f630.tar.gz gistatic-5871addf7b877286e38004fc736023de93a7f630.tar.xz |
scripts/gistatic.pl: WIP
Diffstat (limited to '')
-rwxr-xr-x | scripts/gistatic.pl | 11 |
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() |