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