pavucontrol/doc/html2txt
Arun Raghavan 805d6522c6 build-sys: Add a meson-based build systeom
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.
2022-01-15 13:38:28 -05:00

2 lines
79 B
Bash
Executable file

#!/bin/sh
lynx --dump $1 | sed 's,file://localhost/.*/doc/README.html,README,'