#!/bin/sh # # $Id: make-faq,v 1.8 2004/02/18 00:31:22 jmayer Exp $ # # Make-faq - Creates a plain text version of the Ethereal FAQ # from http://www.ethereal.com/faq.html rm -f FAQ cat >FAQ <>FAQ echo echo "Now verfiy everything is OK and copy FAQ to help/faq.txt" echo "To verify run: diff -u help/faq.txt FAQ" echo exit 0