Skip to content

Instantly share code, notes, and snippets.

@kgriffs
Last active May 9, 2025 02:41
Show Gist options
  • Save kgriffs/6393192 to your computer and use it in GitHub Desktop.
Save kgriffs/6393192 to your computer and use it in GitHub Desktop.

Revisions

  1. 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 "$@"
  2. 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 "$@"