From 72df57004280744392c91858d542435598c8c7d3 Mon Sep 17 00:00:00 2001 From: bob Date: Sat, 5 Oct 2024 12:07:14 -0500 Subject: [PATCH] Base script :) --- Echo.ps1 | 1 + 1 file changed, 1 insertion(+) create mode 100644 Echo.ps1 diff --git a/Echo.ps1 b/Echo.ps1 new file mode 100644 index 0000000..a84250e --- /dev/null +++ b/Echo.ps1 @@ -0,0 +1 @@ +Write-Host "Hello World!" -ForegroundColor Cyan \ No newline at end of file -- 2.43.0