mirror of
https://gitea.blesmrt.net/mikaela/scripts.git
synced 2024-11-16 16:19:22 +01:00
b/ulp: add vlc-flatpak
This commit is contained in:
parent
71bf33aeae
commit
5a74b94071
7
bash/usr-local-bin/vlc-flatpak
Executable file
7
bash/usr-local-bin/vlc-flatpak
Executable 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
|
Loading…
Reference in New Issue
Block a user