summaryrefslogtreecommitdiff
path: root/common_codez
blob: 5f4b845f76e2d84e8ee1d2ec88158731f5f14844 (plain)
1
2
3
4
5
6
#! /bin/bash

function replace_wierd_html_chars
{
    w3m -dump -T text/html -cols 9999
}