overlay/app-admin/motd-base/files/motd.d/20-linux-logo

7 lines
167 B
Plaintext
Raw Normal View History

#!/bin/sh
# To add dynamic information, add a numbered
# script to /etc/update-motd.d/
[ -f /usr/bin/linux_logo ] && /usr/bin/linux_logo -f -u -L gentoo-alt || true