Play-Rick
Plays Rick Astley
$host.ui.RawUI.WindowTitle = "You've been Rick-Rolled! ??"
& "$PSScriptRoot/open-URL.ps1" "https://www.youtube.com/watch?v=v7ScGV5128A"
& "$PSScriptRoot/show-notification.ps1" "You've been Rick-Rolled!"
& "$PSScriptRoot/speak-english.ps1" "You've been Rick-Rolled!"
if ($IsLinux -or $IsMacOS) {
& curl ascii.live/rick
} else {
& curl.exe ascii.live/rick
}This script has no configurable parameters.