#!/bin/sh # # $Id$ # # 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