From 162ef043890b756290446fc86fc3ada0eefa37fe Mon Sep 17 00:00:00 2001 From: omar Date: Sun, 8 May 2022 09:30:32 +0530 Subject: [PATCH] networks lab submodule added --- .gitmodules | 3 +++ README.md | 1 + S8/NetworksLab | 1 + 3 files changed, 5 insertions(+) create mode 100644 .gitmodules create mode 160000 S8/NetworksLab diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..f62f673 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "S8/NetworksLab"] + path = S8/NetworksLab + url = git@github.com:anandubajith/networkslab.git diff --git a/README.md b/README.md index a0e234a..7bd752f 100644 --- a/README.md +++ b/README.md @@ -34,3 +34,4 @@ > > [Cloud Computing](S8/Cloud) > +>[Networks Lab](S8/NetworksLab) diff --git a/S8/NetworksLab b/S8/NetworksLab new file mode 160000 index 0000000..c42c6aa --- /dev/null +++ b/S8/NetworksLab @@ -0,0 +1 @@ +Subproject commit c42c6aab20a6a2e162f63041a5cf9ffbadc0ab1f