nsbin/welcome_greeting
Nico Schottelius 77eb9f5270 commit pending changes
Signed-off-by: Nico Schottelius <nico@ikn.schottelius.org>
2009-12-28 20:13:41 +01:00

27 lines
333 B
Bash
Executable file

#!/bin/sh
# 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
echo ""
cat ~/.ziele