Skip to content

Instantly share code, notes, and snippets.

@markusbjorklund
Forked from kgriffs/vlc
Created September 30, 2020 09:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save markusbjorklund/49888f7400f2296cc4e290c8b9c15404 to your computer and use it in GitHub Desktop.
Save markusbjorklund/49888f7400f2296cc4e290c8b9c15404 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