#
# sna [parameters as sna_commands]
#
# start/stop command for CS Linux Client.
#
# Essentially, parameters are passed unchanged to
# the sna_commands executable.
# The Client does not have any drivers, so this script
# does not need to start them or check that they are loaded
#
ALLPARMS=$*

# start daemons
/opt/ibm/sna/bin/sna_commands $ALLPARMS
exit $?

