mirror of
https://github.com/bobwen-dev/hunter
synced 2025-04-12 00:55:41 +02:00
6 lines
93 B
Bash
Executable File
6 lines
93 B
Bash
Executable File
#!/bin/sh
|
|
|
|
w3m -dump "${1}" ||
|
|
links -dump "${1}" ||
|
|
elinks -dump "${1}" ||
|
|
lynx -dump "${1}" |