From c30e9e2c2c3ba9b592b8a2083ad6f58175d645fc Mon Sep 17 00:00:00 2001
From: Anders Lindh Olsson <anders.lindholsson@ess.eu>
Date: Thu, 3 Nov 2022 13:25:22 +0100
Subject: [PATCH] Remove unmaintained folder README

---
 require-ess/tools/README.md | 18 ------------------
 1 file changed, 18 deletions(-)
 delete mode 100644 require-ess/tools/README.md

diff --git a/require-ess/tools/README.md b/require-ess/tools/README.md
deleted file mode 100644
index 39bf3faf..00000000
--- 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}"```
-- 
GitLab