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