#!/bin/sh
# $Id: links-dump,v 1.2 2018/08/04 05:47:00 friedman Exp $

exec ${LINKS-elinks}        \
    -dump                   \
    -dump-width       80    \
    -dump-charset     utf-8 \
    -no-connect        1    \
    -no-home           1    \
    -no-numbering           \
    -no-references          \
    "$@"

# eof
