-
-
Save kgriffs/6393192 to your computer and use it in GitHub Desktop.
Run VLC from the command line on Mac OS X and stream internet radio (such as Radio Paradise).
This file contains 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
#!/usr/bin/env bash | |
/Applications/VLC.app/Contents/MacOS/VLC -I rc "$@" |
What is the idiots way of understanding and running these commands?
vlc --help
😉
If you don't love bash scripting, type /Applications/VLC.app/Contents/MacOS/VLC --help
Amazing
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Just for for fun. What is the idiots way of understanding and running these commands? I'm not great with shebang and bash scripting
outside of node.js. Thank you.