Files
dotfiles/bash/bash_greeting

12 lines
432 B
Bash
Raw Normal View History

2013-09-14 14:35:23 +02:00
# File with instructions to greet the user. Read at the end of ~/.bashrc
#COUNTER_DESTROYED=3
clear
#echo -ne "${NC}Hello, $USER. Today is $(date +"%A, %-d %B %Y, %T")\n\n"
#echo -ne "${NC}" ; ncal -MC
#echo -ne "${NC}System is $(uptime | grep -o "up.*:[[:digit:]][[:digit:]]" | tr -s " ") hours\n"
#echo -ne "${NC}Your personal counter for destroyed linuxes is: $COUNTER_DESTROYED\n"
#echo -ne "${NC}Keep it up and have fun.\n"