Skip to content

Instantly share code, notes, and snippets.

@florido
Forked from kgriffs/vlc
Created October 9, 2018 01:42
Show Gist options
  • Save florido/60fc573bad9496a5698659defad3af52 to your computer and use it in GitHub Desktop.
Save florido/60fc573bad9496a5698659defad3af52 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