mirror of
https://github.com/leahneukirchen/mblaze
synced 2024-11-11 13:10:32 +00:00
5 lines
100 B
Bash
Executable File
5 lines
100 B
Bash
Executable File
#!/bin/sh
|
|
# mmairix QUERY - santoku wrapper around mairix
|
|
|
|
mairix -r "$@" | sed 's,//*,/,g' | mless
|