Created
June 16, 2025 17:33
-
-
Save alexandair/c4b9685cb16c5f71d0ed4da896ca8916 to your computer and use it in GitHub Desktop.
PowerShell test script (duplicated from af0f5a)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Simple PowerShell Test Script | |
Write-Host "Hello from my test gist!" -ForegroundColor Green | |
Get-Date | |
Write-Host "This is a test gist created to verify GistPad functionality." -ForegroundColor Yellow |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment