hua

A Painless Static File Server

Installation

To install hua, run the following command in your terminal:

curl https://hua.info/install.sh | sh

Usage

Usage: hua [options] [path]

Start a static file server in the specified path (default: current directory)

Options:
  -h, --help     Show this help message
  -v, --version  Show version information

Examples:
  hua .          Start server in current directory
  hua /path/to/dir   Start server in specified directory