From 84757d23e49623292c2e8202921800057fc109d1 Mon Sep 17 00:00:00 2001 From: Tristan Ancelet Date: Sun, 12 Nov 2023 13:31:08 -0600 Subject: [PATCH] Added README.md --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..aa2367d --- /dev/null +++ b/README.md @@ -0,0 +1,7 @@ +# Monitor DHCP Bash +This project is being made to be an automated way to monitor your legacy DHCP servers (if you are to have one that you can't just replace). + +## What is it written in +This will be written to work with Bash. I will be trying to make it syntax & feature compatible with legacy sh, as that is what most will be using on old depricated servers. + +However, the project will be written in bash first. So You are guarenteed for it to work with bash. You should try to compile the most recent version of bash from source if you can, otherwise it may be a while before I can rework the project to support older versions.