b/ulp: add vlc-flatpak

This commit is contained in:
Aminda Suomalainen 2022-04-18 12:49:50 +03:00
parent 71bf33aeae
commit 5a74b94071
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
1 changed files with 7 additions and 0 deletions

7
bash/usr-local-bin/vlc-flatpak Executable file
View File

@ -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