Skip to content

Instantly share code, notes, and snippets.

@kgriffs
Last active February 23, 2024 17:57
Show Gist options
  • Star 25 You must be signed in to star a gist
  • Fork 8 You must be signed in to fork a gist
  • Save kgriffs/6393192 to your computer and use it in GitHub Desktop.
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).
#!/usr/bin/env bash
/Applications/VLC.app/Contents/MacOS/VLC -I rc "$@"
@mwathi
Copy link

mwathi commented Jan 18, 2022

Amazing

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment