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