#!/bin/bash color="\e[1;33m" clear="\e[m" echo -e ${color} figlet -k -f slant $(hostname) echo -e ${clear}