nsbin/welcome_greeting

28 lines
333 B
Plaintext
Raw Normal View History

2008-05-13 06:15:01 +00:00
#!/bin/sh
2006-07-20 07:54:37 +00:00
# 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"
2008-05-13 06:15:01 +00:00
#$MY_ECHO $BOLD$RED
2006-07-20 07:54:37 +00:00
cat ~/.loginart
2008-05-13 06:15:01 +00:00
#$MY_ECHO $END
echo ""
cat ~/.ziele