mirror of
https://gitea.blesmrt.net/mikaela/scripts.git
synced 2024-11-05 00:59:22 +01:00
8 lines
142 B
Bash
Executable File
8 lines
142 B
Bash
Executable File
#!/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
|