diff options
| author | Mattias Andrée <maandree@operamail.com> | 2013-09-30 08:15:46 +0200 |
|---|---|---|
| committer | Mattias Andrée <maandree@operamail.com> | 2013-09-30 08:15:46 +0200 |
| commit | 92239358cef1bd188d855dbbb593c3b2121c0376 (patch) | |
| tree | fd1be8838fddd279172a1fdbc95551b3e60d4173 /gotrc-examples | |
| parent | add issue-file example (diff) | |
| download | gates-of-tartaros-92239358cef1bd188d855dbbb593c3b2121c0376.tar.gz gates-of-tartaros-92239358cef1bd188d855dbbb593c3b2121c0376.tar.bz2 gates-of-tartaros-92239358cef1bd188d855dbbb593c3b2121c0376.tar.xz | |
doc allow-uppercase
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'gotrc-examples')
| -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 |
