diff options
| -rw-r--r-- | src/got-diminished | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/src/got-diminished b/src/got-diminished new file mode 100644 index 0000000..40ec29e --- /dev/null +++ b/src/got-diminished @@ -0,0 +1,19 @@ +# -*- shell-script -*- + +# This module minimising memory usage, when when you are entering +# your passphrase in and is logged in, of gates-of-tartaros, by +# replacing the gates-of-tartaros process with a smaller C program +# that does not have anything for before you have entered your +# username. + + +_use_ssh () +{ + exec /usr/sbin/got-diminished-ssh "${user}" +} + +_use_login () +{ + exec /usr/sbin/got-diminished-login "${user}" "${tty_settings}" +} + |
