mirror of
https://github.com/fleschutz/PowerShell.git
synced 2024-11-25 17:33:17 +01:00
Add open-rick-astley.ps1
This commit is contained in:
parent
09299ebfec
commit
71b9cd04ed
16
Scripts/open-rick-astley.ps1
Normal file
16
Scripts/open-rick-astley.ps1
Normal file
@ -0,0 +1,16 @@
|
||||
<#
|
||||
.SYNOPSIS
|
||||
Opens Rick Astley's song
|
||||
.DESCRIPTION
|
||||
This PowerShell script launches the Web browser with YouTube playing Rick Astley.
|
||||
.EXAMPLE
|
||||
PS> ./open-rick-astley.ps1
|
||||
.LINK
|
||||
https://github.com/fleschutz/PowerShell
|
||||
.NOTES
|
||||
Author: Markus Fleschutz | License: CC0
|
||||
#>
|
||||
|
||||
& "$PSScriptRoot/open-default-browser.ps1" "https://www.youtube.com/watch?v=v7ScGV5128A"
|
||||
"You've been Rick-Rolled 🤣"
|
||||
exit 0 # success
|
Loading…
Reference in New Issue
Block a user