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