From 749d377ea0ba92cedccdcf8b4773f6cdcf13e538 Mon Sep 17 00:00:00 2001 From: Webmaster Date: Wed, 29 May 2024 13:32:41 +0200 Subject: [PATCH] added basic description for scripts --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index a9b75c7..9033764 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,8 @@ # fx' linux scripts This repo contains different little bash scripts created during the LPIC course in april/may 2024 + +### to\_ip4.sh +This script takes the last two blocks of an ip6 address (or any two 4-digit hex numbers seperated by a colon) and translates them into an ip4-like format + +### var\_comparison.sh +compare the contents of `set` and `env` variables