5 lines
70 B
Text
5 lines
70 B
Text
|
#!/bin/sh
|
||
|
set -euf
|
||
|
|
||
|
find /etc/motd-messages -type f -exec cat -- {} +
|