summaryrefslogtreecommitdiffhomepage
path: root/tools
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2026-02-23 19:39:08 +0100
committerAmlal El Mahrouss <amlal@nekernel.org>2026-02-23 19:39:08 +0100
commite549b5686cc1c1bfadf1f78beaf97c17597d9a50 (patch)
treea479f89ea5351aaba73ce99985ad6b65b2af1f9e /tools
parent87e9042a7a6c5ab77c507c22e80d56c230748933 (diff)
chore: module and scripts improvements.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'tools')
-rw-r--r--tools/libconf.pl18
1 files changed, 0 insertions, 18 deletions
diff --git a/tools/libconf.pl b/tools/libconf.pl
deleted file mode 100644
index 1a1bc7e..0000000
--- a/tools/libconf.pl
+++ /dev/null
@@ -1,18 +0,0 @@
-#!/usr/bin/perl -w
-
-package libconf;
-
-use strict;
-use Cwd;
-
-sub new() {
-
- if ($ENV{USER} ne "root") {
- die "You must be root to run this script.\n";
- }
-
- system("sh", "git", "submodule", "update", "--init", "--recursive") or die "Git error: $!";
-
-}
-
-"libconf"; \ No newline at end of file