diff --git a/require-ess/tools/README.md b/require-ess/tools/README.md deleted file mode 100644 index 39bf3fafbc314a862b7995e02aa322a60a90b096..0000000000000000000000000000000000000000 --- a/require-ess/tools/README.md +++ /dev/null @@ -1,18 +0,0 @@ -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}"```