scripts/bash/usr-local-bin/microsoft-teams

6 lines
164 B
Plaintext
Raw Normal View History

2024-03-19 05:22:43 +01:00
#!/usr/bin/env bash
set -x
flatpak run com.github.IsmaelMartinez.teams_for_linux --ozone-platform-hint=auto --enable-features=WaylandWindowDecorations "$@"
2024-03-19 05:22:43 +01:00
set +x