diff --git a/bash/usr-local-bin/vlc-flatpak b/bash/usr-local-bin/vlc-flatpak new file mode 100755 index 0000000..e0ab91b --- /dev/null +++ b/bash/usr-local-bin/vlc-flatpak @@ -0,0 +1,7 @@ +#!/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