bigdave914

Team Player

Aug 19th, 2025
167
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.25 KB | None | 0 0
  1. #!/bin/bash
  2. caffeinate -d &
  3. while true;
  4. do
  5.     osascript -e 'tell application "Microsoft Teams" to activate'
  6.     osascript -e 'tell application "System Events" to keystroke "2" using {command down}'
  7.     echo "Teams Status Refreshed"
  8.     sleep 300
  9. done
Advertisement
Add Comment
Please, Sign In to add comment