mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
tools/viewconfig: initial commit
Signed-off-by: Ian Leonard <antonlacon@gmail.com>
This commit is contained in:
parent
63cf0d45de
commit
ae65d1dd39
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
|
Loading…
x
Reference in New Issue
Block a user