Bläddra i källkod

shrc: use cowsay for startup message

pull/1/head
10sr 10 år sedan
förälder
incheckning
4466c94088
1 ändrade filer med 14 tillägg och 5 borttagningar
  1. +14
    -5
      shrc

+ 14
- 5
shrc Visa fil

@@ -254,12 +254,21 @@ fi
######################
# Print welcome messages

type fortune >/dev/null 2>&1 && {
fortune
echo
fortune -o
echo
command -v fortune >/dev/nul && {
if command -v cowsay >/dev/null
then
fortune | cowsay
echo
fortune -o | cowsay
echo
else
fortune
echo
fortune -o
echo
fi
}

uname -a
$iswindows && alias tty="echo cmd.exe"
echo TERM $TERM with $(tput colors) colors using $(tty)


Laddar…
Avbryt
Spara