This file contains 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 characters
#!/bin/bash | |
# This script cleans all cache for Microsoft Teams on Linux | |
# Tested on Ubuntu-like and Debian by @necrifede. Feel free to test/use in other distributions. | |
# Tested with Teams via snap package. | |
# | |
# How to use in terminal: | |
# ./clear_cache_MS_Teams.sh ( deb-stable | deb-insider | snap ) | |
# or | |
# bash clear_cache_MS_Teams.sh ( deb-stable | deb-insider | snap ) |