From accbd83effe97f1a20c2ed2a1412e325947c9335 Mon Sep 17 00:00:00 2001 From: Kyle Ruddy Date: Sat, 14 Oct 2017 15:36:06 -0400 Subject: [PATCH] Clean Up Moving script resources to the scripting folder. --- get-peakvms.ps1 => Scripts/get-peakvms.ps1 | 0 get-ping.ps1 => Scripts/get-ping.ps1 | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename get-peakvms.ps1 => Scripts/get-peakvms.ps1 (100%) rename get-ping.ps1 => Scripts/get-ping.ps1 (100%) diff --git a/get-peakvms.ps1 b/Scripts/get-peakvms.ps1 similarity index 100% rename from get-peakvms.ps1 rename to Scripts/get-peakvms.ps1 diff --git a/get-ping.ps1 b/Scripts/get-ping.ps1 similarity index 100% rename from get-ping.ps1 rename to Scripts/get-ping.ps1