Last active
March 7, 2019 22:28
-
-
Save willhoney7/7c041a09bfbe4cd2faddb37f944cce60 to your computer and use it in GitHub Desktop.
Revisions
-
willhoney7 revised this gist
Mar 7, 2019 . 1 changed file with 3 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,3 +1,6 @@ # OpenTeams.scpt # To run automatically, see: https://apple.stackexchange.com/a/192654 repeat if application "Microsoft Teams" is not running then tell application "Microsoft Teams" to activate -
willhoney7 created this gist
Mar 7, 2019 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,6 @@ repeat if application "Microsoft Teams" is not running then tell application "Microsoft Teams" to activate end if delay 60 * 15 # every 15 minutes end repeat