home *** CD-ROM | disk | FTP | other *** search
- #!/bin/sh
- #
- # Wrapper script for arshell. This is a good place to add site-specific
- # options or to replace the array services remote shell program with a
- # different one.
-
- #
- # Sites that use array services authentication may want to include
- # the "-F" option below, for example:
- #
- # exec /usr/lib/array/bin/arshell -F $*
- #
- # This will cause commands to be forwarded through the local array services
- # daemon so that users do not need to specify the -Kl and -Kr options.
- #
- exec /usr/lib/array/bin/arshell "$@"
-