1
mirror of https://code.videolan.org/videolan/vlc synced 2024-10-11 06:21:30 +02:00
vlc/test/run_vlc.sh
2013-06-20 19:13:58 +03:00

10 lines
112 B
Bash
Executable File

#! /bin/sh
set -e
VLC="./vlc --ignore-config"
$VLC -H
$VLC -vv vlc://quit
$VLC -vv --play-and-exit vlc://nop