This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
# Place in /etc/motd.d and drop the .sh suffix. | |
echo -e "\n\033[1mWelcome to Gentoo Linux!\033[0m" | |
echo -e "\nThis server is maintained by \033[1m$(cat /etc/maintainer)\033[0m." | |
echo -e "Contact \033[1m$(cat /etc/maintainer-address)\033[0m for support." | |
echo en "\n \033[1;32m*\033[0m " |
NewerOlder