1
0
Ответвление 0
configuration/local/bin/mmute
Felix Van der Jeugt 5fe8a76095
start using mblaze
2020-12-04 14:56:09 +01:00

7 строки
208 Б
Bash
Исполняемый файл

#!/bin/sh
if [ -z "$*" ]; then
exec mmute .
else
mseq "$@" | mshow -qh message-id:references:in-reply-to | grep -o '<[^>]*>' | cat ~/.mblaze/muted - | sort | uniq | sponge ~/.mblaze/muted
marchive "$@"
fi