nsbin/welcome_greeting
Nico Schottelius d3c6e29902 Initial commit
2006-07-20 09:54:37 +02:00

23 lines
299 B
Text
Executable file

# music
#greeting_intro_play &
# used to start the sequence
ESC="\033"
# used to end colors:
END="\033[m"
BOLD="$ESC[m"
BLACK="$ESC[30m"
GRAY="$ESC[1;30m"
RED="$ESC[31m"
LIGHT_RED="$ESC[1;31m"
GREEN="$ESC[32m"
#MY_ECHO="echo -e"
MY_ECHO="echo"
$MY_ECHO $BOLD$RED
cat ~/.loginart
$MY_ECHO $END