Adding upstream version 0.5.1
This commit is contained in:
12
Bonus/htmldump
Executable file
12
Bonus/htmldump
Executable file
@@ -0,0 +1,12 @@
|
||||
#!/bin/sh
|
||||
OPT=
|
||||
if [ $# -gt 0 -a $1 = "-u" ]; then
|
||||
OPT=-u
|
||||
shift
|
||||
fi
|
||||
if [ $# = 0 ]; then
|
||||
URL=$WWW_HOME
|
||||
else
|
||||
URL=$1
|
||||
fi
|
||||
w3m -dump_source $URL | makeref $OPT -url $URL | w3m -dump -F -T text/html
|
Reference in New Issue
Block a user