Created
September 4, 2013 14:51
-
-
Save kasperhartwich/6438048 to your computer and use it in GitHub Desktop.
Open youtube video in fullscreen from cli.
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
| #!/bin/sh | |
| open -a "/Applications/Google Chrome.app" "https://www.youtube.com/v/$1&hd=1&autoplay=1" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment