8 lines
188 B
Bash
8 lines
188 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
|
||
|
|
||
|
vlc --no-audio --video-on-top --no-video-title-show --no-osd \
|
||
|
--repeat --qt-notification 0 --no-video-deco --autoscale \
|
||
|
../streaming/Serenity\ -\ HD\ DVD\ Trailer.mp4
|