Last active
September 1, 2016 11:56
-
-
Save sigboe/d3ce6a19bd731b4cd13c97a2d4757c97 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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