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

9 lines
125 B
Bash

#!/bin/sh
shopt -s nullglob
for f in /app/share/vlc/extra/*/*.sh; do
source $f
done
exec /app/bin/vlc.bin $VLC_ARGS "$@"