#!/bin/bash

CURRENTPATH=`pwd`
pushd `dirname $0` > /dev/null
SCRIPTPATH=`pwd`
popd > /dev/null

NO_TTY=1 $SCRIPTPATH/longtan_exec $@