#!/bin/ksh
h_rod=$1
data_rod=`date +"%Y%m%d"`${h_rod}
#INCLUI
Eta_scr=${Eta_home}/eta/${Conf}/scripts
cd ${Eta_scr}
${Eta_scr}/start.ksh ${data_rod}
