Skip to content

Instantly share code, notes, and snippets.

@gildardoperez
Forked from kgriffs/vlc
Created March 2, 2018 08:26
Show Gist options
  • Save gildardoperez/b86764b32a82045bbb1a93249c42f6c7 to your computer and use it in GitHub Desktop.
Save gildardoperez/b86764b32a82045bbb1a93249c42f6c7 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).
#!/usr/bin/env bash
/Applications/VLC.app/Contents/MacOS/VLC -I rc "$@"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment