mirror of
https://github.com/leahneukirchen/mblaze
synced 2024-11-11 13:10:32 +00:00
5 lines
113 B
Plaintext
5 lines
113 B
Plaintext
|
#!/bin/sh
|
||
|
# mtwoscan - mscan with a two-line format
|
||
|
|
||
|
exec mscan -f '%-4n%c%2i%s\n %2i%-3M %16D (%b) %f' "$@"
|