mirror of
https://github.com/leahneukirchen/mblaze
synced 2024-11-15 18:14:02 +00:00
7 lines
105 B
Bash
Executable File
7 lines
105 B
Bash
Executable File
#!/bin/sh
|
|
# mraw [MSGS...] - display raw messages
|
|
|
|
IFS='
|
|
'
|
|
exec cat -- $(mseq "${@:-.}" | sed 's/^ *//')
|