mirror of
https://github.com/smxi/inxi.git
synced 2025-01-19 08:57:57 +00:00
More comments added to clarify
This commit is contained in:
parent
a707cea2dc
commit
3366e34053
3
inxi
3
inxi
|
@ -1499,6 +1499,9 @@ print_system_data()
|
|||
print_screen_output "$system_data"
|
||||
}
|
||||
|
||||
## main function to print out, master for all sub print functions.
|
||||
## note that it passes local variable values on to its children,
|
||||
## and in some cases, their children, with lspci_data
|
||||
print_it_out()
|
||||
{
|
||||
## note: remember that in bash, child functions inherit local variables
|
||||
|
|
Loading…
Reference in a new issue