3 lines
88 B
Bash
Executable file
3 lines
88 B
Bash
Executable file
#!/bin/sh
|
|
|
|
cat "$@" | lynx -restrictions=all -dump -stdin -localhost -force_html -realm
|