summaryrefslogtreecommitdiff
path: root/doc/html-to-text
blob: c8428d7f4fabdc0f8f95f4e74ab4c1cdfdd8c4bf (plain)
1
2
3
4
5
6
#!/bin/bash
#
# This is just a layer of indirection so the html-to-text utility can
# be changed in a central location.

exec elinks -dump -no-references -no-numbering "$@"