#!/bin/zsh BLUE="\e[1;34m" NC="\e[0m" clear if [[ -e /etc/motd ]]; then cat /etc/motd echo fi echo -e "${BLUE}Host:${NC} $HOST" echo -e "${BLUE}Uptime:$NC ${${$(uptime)%%,*}##*up }, ${$(