This AppleScript command uses a shell command to open a popular YouTube video in your default browser, effectively “Rickrolling” the user. It’s a playful example of how to execute shell scripts from within AppleScript.
Click to view script…
do shell script "open https://www.youtube.com/watch?v=dQw4w9WgXcQ"