sandeepmur
Programmer
Hi,
I have the fwg which used to work for sometime but lately giving some errors:
whats wrong in the above code ??
thnx
I have the fwg which used to work for sometime but lately giving some errors:
Code:
case $ARG1 in
's'|'start')
whatIs $ARG2
if [ $WHATIS=="sh" ]; then {
runScript $WHATIS
} else {
getCommand $WHATIS
startCompSpcAll $WHATIS
} fi
whats wrong in the above code ??
thnx