#!/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
