13 lines
372 B
Bash
13 lines
372 B
Bash
#!/bin/ksh
|
|
|
|
###########################################################
|
|
# Progetto: Gateway MNP
|
|
# Script: sqlExecutor.sh
|
|
# Descrizione: Applicazione per esecuzione del componente SqlExecutor
|
|
#
|
|
###########################################################
|
|
|
|
THIS_PATH=`dirname $0`
|
|
. $THIS_PATH/setEnv.sh
|
|
|
|
$THIS_PATH/javaExec_unix.sh it.valueteam.securityutility.SqlExecutor $* |