4 lines
109 B
Plaintext
4 lines
109 B
Plaintext
|
#!/usr/bin/env bash
|
||
|
|
||
|
notmuch search --format=text0 --output=files tag:killed | xargs -0 --no-run-if-empty rm
|