#!/bin/sh export basedir=/home/syjy/ipfcstV3 export bindir=$basedir/bin sh $bindir/stop-reportquery.sh sh $bindir/start-reportquery.sh exit 0