|
From: Melchior F. <mf...@ao...> - 2006-02-21 20:00:55
|
* Melchior FRANZ -- Tuesday 21 February 2006 20:50:
> (set! server_access_list '("localhost"))
It looks as if you only have to put the above line into a file e.g.
~/.festival.scm, and then call festival like so:
$ festival --server ~/.festival.scm
m.
|