#!/bin/sh

# Start the NL pipeline

# Pick up shared variable definitions
. ./etc/nl_shared.conf

nl_pipeline ${config_base} -v $@
