Skip to content

Instantly share code, notes, and snippets.

@sigboe
Last active September 1, 2016 11:56
Embed
What would you like to do?
#!/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