# menu.sh **Repository Path**: Zhou-Tx/menu.sh ## Basic Information - **Project Name**: menu.sh - **Description**: TUI 菜单 - **Primary Language**: Shell - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-04-14 - **Last Updated**: 2025-04-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # menu.sh ## Usage Write all options into file 'options.list', and create an alias command below. ```bash alias menu-demo="/usr/local/sbin/menu.sh /opt/demo/options.list /opt/demo/execute.sh" ``` ## Example ```bash cd src/ ./menu.sh options.list ./execute.sh ```