Update Stats32
This commit is contained in:
parent
7fd1c466eb
commit
ad3e802efe
1 changed files with 11 additions and 3 deletions
12
Stats32
12
Stats32
|
@ -1,10 +1,18 @@
|
|||
#!/bin/sh
|
||||
#
|
||||
# Stats32 script to generate some system infos.
|
||||
# Stats32 script generate some system infos and add in the motd file.
|
||||
#
|
||||
# _______ __ __ ______ ______
|
||||
# | __| |_.---.-.| |_.-----.|__ |__ |
|
||||
# |__ | _| _ || _|__ --||__ | __|
|
||||
# |_______|____|___._||____|_____||______|______|
|
||||
#
|
||||
# by Erreur32
|
||||
#
|
||||
|
||||
## need figlet
|
||||
## need figlet (auto installiong with the ./install.sh)
|
||||
# figlet -f wideterm
|
||||
|
||||
figlet -f chunky $(hostname)
|
||||
echo "$SHELL : $USER"
|
||||
|
||||
|
|
Loading…
Reference in a new issue