Skip to content

Instantly share code, notes, and snippets.

@nonbeing
Forked from kgriffs/vlc
Last active November 8, 2015 16:42
Show Gist options
  • Select an option

  • Save nonbeing/9c338dcf47486550e123 to your computer and use it in GitHub Desktop.

Select an option

Save nonbeing/9c338dcf47486550e123 to your computer and use it in GitHub Desktop.

Revisions

  1. nonbeing revised this gist Nov 8, 2015. No changes.
  2. @kgriffs kgriffs revised this gist Aug 30, 2013. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion vlc
    Original file line number Diff line number Diff line change
    @@ -1,3 +1,3 @@
    #!/usr/bin/env bash

    /Applications/VLC.app/Contents/MacOS/VLC vlc -I rc "$@"
    /Applications/VLC.app/Contents/MacOS/VLC -I rc "$@"
  3. @kgriffs kgriffs created this gist Aug 30, 2013.
    3 changes: 3 additions & 0 deletions vlc
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,3 @@
    #!/usr/bin/env bash

    /Applications/VLC.app/Contents/MacOS/VLC vlc -I rc "$@"