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