Skip to content

Instantly share code, notes, and snippets.

@treramey
Last active April 4, 2025 20:36
Show Gist options
  • Save treramey/45d760cee4859187003e67be3da39bf3 to your computer and use it in GitHub Desktop.
Save treramey/45d760cee4859187003e67be3da39bf3 to your computer and use it in GitHub Desktop.
Script to clear MSTeams Data
#!/bin/bash
rm -rf ~/Downloads/MSTeams
mkdir -p "~/Downloads/MSTeams"
touch "~/Downloads/MSTeams/$(date +%s).purge"
@treramey
Copy link
Author

treramey commented Apr 4, 2025

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