7 lines
188 B
Bash
Executable file
7 lines
188 B
Bash
Executable file
#!/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
|