Skip to content

Instantly share code, notes, and snippets.

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