This file contains hidden or 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
#!/usr/bin/env bash | |
# | |
# A script that helps to switch [Matrix] notifications for a room | |
# to "mentions only" mode from CLI. | |
# | |
# Author: Viacheslav Lotsmanov | |
# License: Public Domain | |
# | |
set -e |