github.com/lmorg/murex@v0.0.0-20240217211045-e081c89cd4ef/docs/variables/murex_exe.md (about) 1 # `MUREX_EXE` (path) 2 3 > Absolute path to running shell 4 5 ## Description 6 7 `MUREX_EXE` is very similar to the `$SHELL` environmental variable in that it 8 holds the full path to the running shell. The reason for defining a reserved 9 variable is so that the shell path cannot be overridden. 10 11 This is a reserved variable so it cannot be changed. 12 13 14 15 ## Synonyms 16 17 * `murex_exe` 18 * `MUREX_EXE` 19 20 21 ## See Also 22 23 * [Reserved Variables](../user-guide/reserved-vars.md): 24 Special variables reserved by Murex 25 * [`SHELL` (str)](../variables/shell.md): 26 Path of current shell 27 * [`path`](../types/path.md): 28 Structured object for working with file and directory paths 29 * [`set`](../commands/set.md): 30 Define a local variable and set it's value 31 32 <hr/> 33 34 This document was generated from [gen/variables/MUREX_EXE_doc.yaml](https://github.com/lmorg/murex/blob/master/gen/variables/MUREX_EXE_doc.yaml).