17 lines
440 B
Bash
17 lines
440 B
Bash
#!/usr/bin/ksh
|
|
#set -x
|
|
###########################################################
|
|
# Progetto: MNP - REPORT
|
|
###########################################################
|
|
|
|
#path
|
|
THIS_PATH=`dirname $0`
|
|
|
|
# start report
|
|
$THIS_PATH/report_scartiSid.sh
|
|
$THIS_PATH/report_scartiBitRec.sh
|
|
$THIS_PATH/report_scartiAttivMss.sh
|
|
$THIS_PATH/report_InLavorazione.sh
|
|
# $THIS_PATH/report_validazNoPreseincar.sh
|
|
$THIS_PATH/report_attivazioneMssnoEspletate.sh
|