#!/bin/bash

ROOT=/opt/www/stocks2/config/export

cd `dirname $0`
PYTHONPATH=.. python conv_config.py -c ${ROOT}/export_csv.conf -x ${ROOT}/xml/export_xmlhist.conf -p ${ROOT}/export_png.conf -a ${ROOT}/../amstocks/amstocks.conf $*

