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