Skip to content

Instantly share code, notes, and snippets.

@sigboe
Last active September 1, 2016 11:56
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 sigboe/d3ce6a19bd731b4cd13c97a2d4757c97 to your computer and use it in GitHub Desktop.
Save sigboe/d3ce6a19bd731b4cd13c97a2d4757c97 to your computer and use it in GitHub Desktop.
#!/bin/bash
while true; do
vlc "/mnt/fileserver/folderwithfiles" --fullscreen --no-mouse-events --no-osd --no-audio ;
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment