Initial commit.

This commit is contained in:
2013-09-14 14:35:23 +02:00
commit 6252ec3a09
19 changed files with 959 additions and 0 deletions

11
bash/bash_greeting Normal file
View File

@@ -0,0 +1,11 @@
# 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"