Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #!/bin/bash
- caffeinate -d &
- while true;
- do
- osascript -e 'tell application "Microsoft Teams" to activate'
- osascript -e 'tell application "System Events" to keystroke "2" using {command down}'
- echo "Teams Status Refreshed"
- sleep 300
- done
Advertisement
Add Comment
Please, Sign In to add comment