From bc896afb789c0b0eccac0871e32a0e5b293c452d Mon Sep 17 00:00:00 2001 From: Peter Zhu Date: Fri, 12 Jul 2024 16:25:19 -0400 Subject: [PATCH] Remove extra scripts Signed-off-by: Peter Zhu --- packer/scripts/windows/sleep.ps1 | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100755 packer/scripts/windows/sleep.ps1 diff --git a/packer/scripts/windows/sleep.ps1 b/packer/scripts/windows/sleep.ps1 deleted file mode 100755 index ed9e18e..0000000 --- a/packer/scripts/windows/sleep.ps1 +++ /dev/null @@ -1,12 +0,0 @@ -# Copyright OpenSearch Contributors -# SPDX-License-Identifier: Apache-2.0 -# -# The OpenSearch Contributors require contributions made to -# this file be licensed under the Apache-2.0 license or a -# compatible open source license. - -$sleepseconds = [int]$args[0] - -echo "Sleep $sleepseconds" - -Start-Sleep -s $sleepseconds