From dcc3702b8e9da15350bd976729dadf66761adbb7 Mon Sep 17 00:00:00 2001 From: Mikaela Suomalainen Date: Thu, 17 Sep 2020 12:02:00 +0300 Subject: [PATCH] comms.bash: add Microsoft Teams --- bash/comms.bash | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bash/comms.bash b/bash/comms.bash index f2b7671..5065ff7 100755 --- a/bash/comms.bash +++ b/bash/comms.bash @@ -46,4 +46,7 @@ set -x # avoiding it #(flatpak run com.mattermost.Desktop&) +# Microsoft Teams +(flatpak run com.microsoft.Teams&) + set +x