scripts/bash/usr-local-bin/vlc-flatpak

8 lines
142 B
Plaintext
Raw Normal View History

2022-04-18 11:49:50 +02:00
#!/usr/bin/env bash
# Starting the VLC flatpak. Not to override the one from package manager.
set -x
flatpak run org.videolan.VLC $@
set +x