#!/bin/sh

if [ $# -eq 0 ]
	then
		echo "ViId should be defined"
		exit
	fi

BASEDIR=$(dirname "$0")

. ${BASEDIR}/DDServer.env

php ${DATAMANAGER}/ConvertVIDDTimeToDouble.php $1