packaging/flatpak/org.videolan.VLC/vlc.sh

9 lines
125 B
Bash
Raw Normal View History

2024-02-23 20:21:14 +00:00
#!/bin/sh
shopt -s nullglob
for f in /app/share/vlc/extra/*/*.sh; do
source $f
done
exec /app/bin/vlc.bin $VLC_ARGS "$@"