github.com/lmorg/murex@v0.0.0-20240217211045-e081c89cd4ef/gen/variables/SHELL_doc.yaml (about)

     1  - DocumentID: shell
     2    Title: >-
     3      `SHELL` (str)
     4    CategoryID: variables
     5    Summary: >-
     6      Path of current shell
     7    Description: |-
     8      `SHELL` is an environmental variable containing the full path to the current
     9      shell -- which in our case is Murex.
    10  
    11      This variable is set by Murex to conform to standards however, being an
    12      environmental variable, it can be overwritten via `export`. Thus you are
    13      recommended to use `MUREX_EXE`, which is a reserved variable, if you require
    14      precision.
    15    Examples:
    16  
    17    Synonyms:
    18    - shell
    19    - SHELL
    20    Related:
    21    - murex_exe
    22    - string
    23    - export
    24