Created
June 13, 2025 16:24
-
-
Save alexandair/af0f5a084b944010bda08dd931a846ab to your computer and use it in GitHub Desktop.
Simple PowerShell test script (Updated description on June 16)
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