Skip to content

Instantly share code, notes, and snippets.

@limkhashing
Last active June 19, 2025 08:17
Show Gist options
  • Save limkhashing/dd4b6798807826c0559b2aa50ae1066b to your computer and use it in GitHub Desktop.
Save limkhashing/dd4b6798807826c0559b2aa50ae1066b to your computer and use it in GitHub Desktop.
Stay Active on Microsoft Teams!
#!/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
@limkhashing
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment