Skip to content

Instantly share code, notes, and snippets.

#!/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 -e "\n \033[1;32m*\033[0m $(cat /etc/gentoo-release)"
@phieber
phieber / .gitignore
Created December 2, 2011 11:25 — forked from kogakure/.gitignore
.gitignore file for LaTeX projects
*.aux
*.glo
*.idx
*.log
*.toc
*.ist
*.acn
*.acr
*.alg
*.bbl