mirror of
https://github.com/LibreELEC/LibreELEC.tv
synced 2025-09-24 19:46:01 +07:00
tools/viewconfig: initial commit
Signed-off-by: Ian Leonard <antonlacon@gmail.com>
This commit is contained in:
6
config/show_config
Executable file → Normal file
6
config/show_config
Executable file → Normal file
@@ -121,9 +121,3 @@ show_config() {
|
||||
|
||||
echo -e "$config_message"
|
||||
}
|
||||
|
||||
|
||||
if [ "${FUNCNAME[0]}" = "main" ]; then
|
||||
. config/options ""
|
||||
show_config
|
||||
fi
|
||||
|
||||
9
tools/viewconfig
Executable file
9
tools/viewconfig
Executable file
@@ -0,0 +1,9 @@
|
||||
#!/bin/bash
|
||||
|
||||
# SPDX-License-Identifier: GPL-2.0
|
||||
# Copyright (C) 2021-present Team LibreELEC (https://libreelec.tv)
|
||||
|
||||
. config/options ""
|
||||
. config/show_config
|
||||
|
||||
show_config
|
||||
Reference in New Issue
Block a user