#!/bin/sh # This is a kludge: NTP-4.2.0 uses Lynx to convert its copyright file, # which is HTML, to plain text. while [ 1 = 1 ] ; do case X$1 in X-* ) shift ;; * ) break ;; esac done cat $*