/update-motd.d/10-help-text
http://github.com/brinkman83/bashrc · Shell · 11 lines · 9 code · 1 blank · 1 comment · 1 complexity · 63efa9c5c55b4fc59f59087e9139ab1d MD5 · raw file
- #!/bin/sh
- if uname -r | grep -qs "\-server"; then
- echo
- echo "Welcome to the Ubuntu Server!"
- echo " * Documentation: http://www.ubuntu.com/server/doc"
- else
- echo
- echo "Welcome to Ubuntu!"
- echo " * Documentation: https://help.ubuntu.com/"
- fi