mirror of
https://gitlab.freedesktop.org/pulseaudio/pavucontrol.git
synced 2025-12-20 04:10:03 +01:00
The only missing feature for parity with autotools is generating a text README using lynx. I think this might be okay to skip as it seems unnecessary as a dependency.
2 lines
79 B
Bash
Executable file
2 lines
79 B
Bash
Executable file
#!/bin/sh
|
|
lynx --dump $1 | sed 's,file://localhost/.*/doc/README.html,README,'
|