mirror of
https://github.com/leitbogioro/Tools.git
synced 2024-11-15 21:54:40 +08:00
Update motd.sh
This commit is contained in:
parent
a0fe211b78
commit
dc962f2afd
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ DISTRIB_DESCRIPTION=`cat /etc/os-release | grep -i "id=" | grep -vi "version\|li
|
||||||
|
|
||||||
figlet "$DISTRIB_DESCRIPTION"
|
figlet "$DISTRIB_DESCRIPTION"
|
||||||
printf "\n"
|
printf "\n"
|
||||||
printf "Welcome to %s %s (%s)!\n" "$DISTRIB_DESCRIPTION" "$(uname -o)" "$(uname -r) $(uname -m)"
|
printf "Welcome to %s %s (%s).\n" "$DISTRIB_DESCRIPTION" "$(uname -o)" "$(uname -r) $(uname -m)"
|
||||||
printf "\n"
|
printf "\n"
|
||||||
printf "The Alpine Wiki contains a large amount of how-to guides and general"
|
printf "The Alpine Wiki contains a large amount of how-to guides and general"
|
||||||
printf "\n"
|
printf "\n"
|
||||||
|
|
Loading…
Reference in a new issue