diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2026-02-13 23:47:48 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2026-02-13 23:47:48 +0100 |
| commit | 01d1a73608551e2f54d5f3a7b0f80ea4210b2133 (patch) | |
| tree | a0e62c0b1fed67fb641a09b5cfe818aee2700e1a /libconf.pl | |
| parent | 2fa37c00197b42c3c6f1bc2f26d50a661ae97927 (diff) | |
feat: Configuration additions and configuration improvements. (tooling).
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'libconf.pl')
| -rw-r--r-- | libconf.pl | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/libconf.pl b/libconf.pl deleted file mode 100644 index 1a1bc7e..0000000 --- a/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 |
