#!/bin/bash
detag < ~branko/www/niwowelkom.html | \
   fold -w 60 -s | \
   cat > ~branko/www/welkom.txt
