Packages

package shell

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Value Members

  1. object BashShell

    Ugly attempt to "generify" user shell assumption 1: Bash is installed on the target host assumption 2: the env variables required for a successful execution are defined in .bashrc

    Ugly attempt to "generify" user shell assumption 1: Bash is installed on the target host assumption 2: the env variables required for a successful execution are defined in .bashrc

    > env -i + the sourced files mimics what happens when a bash login shell is started

    > bash << EOF prevents the default shell (which might not be bash) to process the command resulting in this combination...

Ungrouped