# A list of valid shells that a user may choose, (used by the get_shell
# module).  Each line contains a shell name followed by a space or tab and
# then the full name, (including the path), of the shell.  Anything else on
# the line is ignored.

# Comments are indicated by a # mark being the first character on a line.
# Everything following the # character, (assuming the # character is the first
# thing on a line besides spaces or tabs), is ignored.  Blank lines and leading
# white space is also ignored.

# WARNINGS:
#
# * Depending on your system, a list of valid shells may be kept in /etc/shells
#   or simlar file.
# * The existance of the shell on the system is not checked.

bash	/bin/sh				Bourne Again Shell
csh	/bin/csh			C Shell
tcsh	/bin/tcsh			A better csh
