[Gloucs] FAQ generation tool

Thomas Adam thomas at edulinux.homeunix.org
Fri Oct 1 21:07:57 BST 2004


On Fri, Oct 01, 2004 at 08:59:57PM +0100, Paul Broadhead wrote:

> I think we should all have a go but here's my attempt:
> <http://www.twinmoons.pwp.blueyonder.co.uk/faqgen/>.  Glyn, you sorry
> you asked now I bet.

Well, let's see:

#! /usr/bin/bash env
# Generate FAQs from simple text files

That she-bang line is not standard.

#!/bin/sh

is what should be used. Or if you _really_ must, use:

#!/bin/bash

Note that there is also a "txt2html" package as well as several "htmlable"
scripts out there which will <a href> tags appropriately.

-- Thomas Adam

-- 
$ source ~/.bash_history




More information about the gloucs mailing list