#!/usr/bin/perl
$DATADIR='meta/';
if (-f '/etc/fom.conf') {do '/etc/fom.conf';};
use FAQ::OMatic::dispatch;
FAQ::OMatic::dispatch::main($DATADIR);
