3.7.7. menutree - create menu from directory structure¶
3.7.7.1. Usage¶
menutree [-m] DIR
3.7.7.2. Synopsis¶
Each menu entry is described by a subdirectory. Each subdirectory can contain the following files which further describe the entry:
title A file containing the title of the entry as shown in the menu box If present, the entry is a ‘bool’ entry. The file contains a name from which the current state of the bool is taken from and saved to. action if present this file contains a shell script which is executed when when the entry is selected.
If neither ‘box’ or ‘action’ are present, this entry is considered a submenu containing more entries.
3.7.7.3. Options¶
-m DIR | directory where the menu starts (Default: /env/menu) |