mirror of
https://gitea.blesmrt.net/mikaela/scripts.git
synced 2024-11-01 00:19:22 +01:00
6 lines
164 B
Bash
Executable File
6 lines
164 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
set -x
|
|
flatpak run com.github.IsmaelMartinez.teams_for_linux --ozone-platform-hint=auto --enable-features=WaylandWindowDecorations "$@"
|
|
set +x
|