From 0ac9fb2303fdb35d09d688010e7c22cce046addf Mon Sep 17 00:00:00 2001 From: mrsh Date: Sun, 4 Jan 2026 09:24:33 +0100 Subject: [PATCH] restructuration of the files --- 1-first_script.ps1 => 1.Basic/1-first_script.ps1 | 0 2.Read_Host.ps1 => 1.Basic/2.Read_Host.ps1 | 0 3.Evaluate.ps1 => 1.Basic/3.Evaluate.ps1 | 0 4.IfElse.ps1 => 1.Basic/4.IfElse.ps1 | 0 5.Switch.ps1 => 1.Basic/5.Switch.ps1 | 0 6.for_loops.ps1 => 1.Basic/6.for_loops.ps1 | 0 .../Learn Powershell in Less than 2 hours.md | 0 1.Basic/README.md | 5 +++++ README.md | 14 ++++++++++++-- 9 files changed, 17 insertions(+), 2 deletions(-) rename 1-first_script.ps1 => 1.Basic/1-first_script.ps1 (100%) rename 2.Read_Host.ps1 => 1.Basic/2.Read_Host.ps1 (100%) rename 3.Evaluate.ps1 => 1.Basic/3.Evaluate.ps1 (100%) rename 4.IfElse.ps1 => 1.Basic/4.IfElse.ps1 (100%) rename 5.Switch.ps1 => 1.Basic/5.Switch.ps1 (100%) rename 6.for_loops.ps1 => 1.Basic/6.for_loops.ps1 (100%) rename Learn Powershell in Less than 2 hours.md => 1.Basic/Learn Powershell in Less than 2 hours.md (100%) create mode 100644 1.Basic/README.md diff --git a/1-first_script.ps1 b/1.Basic/1-first_script.ps1 similarity index 100% rename from 1-first_script.ps1 rename to 1.Basic/1-first_script.ps1 diff --git a/2.Read_Host.ps1 b/1.Basic/2.Read_Host.ps1 similarity index 100% rename from 2.Read_Host.ps1 rename to 1.Basic/2.Read_Host.ps1 diff --git a/3.Evaluate.ps1 b/1.Basic/3.Evaluate.ps1 similarity index 100% rename from 3.Evaluate.ps1 rename to 1.Basic/3.Evaluate.ps1 diff --git a/4.IfElse.ps1 b/1.Basic/4.IfElse.ps1 similarity index 100% rename from 4.IfElse.ps1 rename to 1.Basic/4.IfElse.ps1 diff --git a/5.Switch.ps1 b/1.Basic/5.Switch.ps1 similarity index 100% rename from 5.Switch.ps1 rename to 1.Basic/5.Switch.ps1 diff --git a/6.for_loops.ps1 b/1.Basic/6.for_loops.ps1 similarity index 100% rename from 6.for_loops.ps1 rename to 1.Basic/6.for_loops.ps1 diff --git a/Learn Powershell in Less than 2 hours.md b/1.Basic/Learn Powershell in Less than 2 hours.md similarity index 100% rename from Learn Powershell in Less than 2 hours.md rename to 1.Basic/Learn Powershell in Less than 2 hours.md diff --git a/1.Basic/README.md b/1.Basic/README.md new file mode 100644 index 0000000..4f54253 --- /dev/null +++ b/1.Basic/README.md @@ -0,0 +1,5 @@ +The first Video for Learning Powershell + +Link to the youtube video + +https://www.youtube.com/watch?v=ZOoCaWyifmI&t=80s diff --git a/README.md b/README.md index 55b5858..013a873 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,13 @@ -Link to the youtube video +# Learn Powershell -