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