summaryrefslogtreecommitdiff
path: root/slackbuilder
diff options
context:
space:
mode:
Diffstat (limited to 'slackbuilder')
-rwxr-xr-xslackbuilder21
1 files changed, 20 insertions, 1 deletions
diff --git a/slackbuilder b/slackbuilder
index 88c7a07..0c09da3 100755
--- a/slackbuilder
+++ b/slackbuilder
@@ -1,4 +1,23 @@
-# -*- perl -*-
+#!/bin/sh
+#! -*- perl -*-
+eval 'exec perl -x -wS $0 ${1+"$@"}'
+ if 0;
+# This file is part of slackbuilder
+# Copyright (C) 2017-2019 Sergey Poznyakoff
+#
+# Slackbuilder is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 3, or (at your option)
+# any later version.
+#
+# Slackbuilder is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with slackbuilder. If not, see <http://www.gnu.org/licenses/>. */
+
use strict;
use warnings;
use Data::Dumper;

Return to:

Send suggestions and report system problems to the System administrator.