dotfiles/dot_bashrc.d/executable_11.motd
2021-08-02 11:56:18 +02:00

6 lines
101 B
Plaintext

if [ -d /etc/update-motd.d ]; then
for f in /etc/update-motd.d/* ; do
. "$f"
done
fi