Skip to content
Snippets Groups Projects
Commit c30e9e2c authored by Anders Lindh Olsson's avatar Anders Lindh Olsson :8ball:
Browse files

Remove unmaintained folder README

parent 063132f5
No related branches found
No related tags found
No related merge requests found
iocsh
====
## E3 Unique Variables
```
E3_CMD_TOP : the absolute path where a startup script (cmd file) is
E3_IOCSH_TOP : the absolute path where the iocsh is executed
```
For example, one executes the iocsh ```${HOME}``` to call ```e3_local/cmds``` via
```sh
$ iocsh e3_local/cmds/iocStats.cmd
```
In this case,
```E3_CMD_TOP``` is defined as ```"${HOME}/e3_local/cmds"```
```E3_IOCSH_TOP``` is defined as ```"${HOME}"```
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment