diff options
Diffstat (limited to 'gotrc-examples/allow-uppercase')
| -rw-r--r-- | gotrc-examples/allow-uppercase | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gotrc-examples/allow-uppercase b/gotrc-examples/allow-uppercase index 858fee0..17a86ce 100644 --- a/gotrc-examples/allow-uppercase +++ b/gotrc-examples/allow-uppercase @@ -1,5 +1,9 @@ # -*- shell-script -*- +# The module allows you to use upper case letters when login in, however, arguments +# passed to external programs, like ssh, defined by the user in the login line +# will be converted to lower case. + read_function_allow_uppercase=$read_function read_function=_read_allow_uppercase |
