From 5ddf34a4fc30837eac177500af67e6b79181173a Mon Sep 17 00:00:00 2001 From: Alexandre Dulaunoy Date: Sun, 10 Mar 2024 18:48:32 +0100 Subject: [PATCH] chg: [doc] add README --- README.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..acbf3e2 --- /dev/null +++ b/README.md @@ -0,0 +1,5 @@ +# My scripts + +- [url-check.sh](./url-check.sh) Read a list of URLs from stdin and print if the url is Ok (200 or 301 with one redirect to a 200) + +