Warning, file /office/skrooge/tests/scripts/skgtestimportmt940.sh was not indexed or was modified since last indexation (in which case cross-reference links may be missing, inaccurate or erroneous).

0001 #!/bin/sh
0002 EXE=skgtestimportmt940
0003 
0004 #initialisation
0005 . "`dirname \"$0\"`/init.sh"
0006 
0007 "${EXE}"
0008 rc=$?
0009 if [ $rc != 0 ] ; then
0010         exit $rc
0011 fi
0012 
0013 exit 0