From ef83b270a5d7d39b7d252d32fd729d2e8e52ba5a Mon Sep 17 00:00:00 2001
From: Patrick Neumann <patrick@neumannsland.de>
Date: Thu, 11 Jul 2024 14:31:32 +0000
Subject: [PATCH] =?UTF-8?q?Exit=20states=20hinzugef=C3=BCgt?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 Exit-states.md | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)
 create mode 100644 Exit-states.md

diff --git a/Exit-states.md b/Exit-states.md
new file mode 100644
index 0000000..881da5f
--- /dev/null
+++ b/Exit-states.md
@@ -0,0 +1,22 @@
+# Script
+0 = success
+
+1 = (t)csh is not supported
+
+2 = a library is missing
+
+3 = to many grep modes given
+
+4 = invalid option given
+
+5 = a given option requires an argument
+
+6 = url is missing
+
+7 = url doesn't begin with a wget compatible scheme
+# Library
+101 = logfile not set
+
+102 = dir for logfile not writable
+
+103 = logfile already exists but is not writable 104 = a wanted binary is not installed
\ No newline at end of file