playvideo_vlc.sh
#!/bin/bash##CVS: $Header$
shopt -s -o nounset
#global declarations
#sanity checks
#main script
clearvlc -Z --playlist-autostart --random --loop --playlist-tree /USB_video
#cleanupexit 0