Skip to main content

Crate shellver

Crate shellver 

Source
Expand description

Detect the current shell and its version on Linux by traversing /proc.

The primary entry point is Shell::detect, which walks the parent process chain to find a known shell and optionally extracts its version.

Structsยง

Shell
Information about the detected shell.