update finger

This commit is contained in:
creme 2020-02-16 16:57:49 +01:00
parent 476f7e1f3e
commit b7b260e096
Signed by: creme
GPG Key ID: C147C3B7FBDF08D0
2 changed files with 17 additions and 8 deletions

17
list
View File

@ -4,10 +4,19 @@
printf "\nwelcome to\n" printf "\nwelcome to\n"
figlet -f smslant envs.net figlet -f smslant envs.net
printf "is a minimalist, non-commercial\nshared linux system and will always be free to use.\n\n"
printf "we are linux lovers, programmer and users who like build webpages,\n" cat <<EOM
printf "write blogs, chat online, play cool console games and so much more.\n" envs.net is a minimalist, non-commercial
printf "visit us on the web or gopher for more info\n" shared linux system and will always be free to use.
we are linux lovers, programmer and users who like build webpages,
write blogs, chat online, play cool console games and so much more.
you wish to join with an small user space?
https://envs.net/signup/
https://envs.net/
EOM
if [ "$1" = "(null)" ]; then if [ "$1" = "(null)" ]; then
printf "hello %s,\n" "$2" printf "hello %s,\n" "$2"

8
nouser
View File

@ -68,11 +68,11 @@ cat <<EOM
envs.net is a minimalist, non-commercial envs.net is a minimalist, non-commercial
shared linux system and will always be free to use. shared linux system and will always be free to use.
we are linux lovers, sysadmins, programmer and users who like build we are linux lovers, programmer and users who like build webpages,
webpages, write blogs, chat online, play cool console games and so much write blogs, chat online, play cool console games and so much more.
more. you wish to join with an small user space?
you wish to join with an small user space?
join the team today!
https://envs.net/signup/ https://envs.net/signup/
https://envs.net/ https://envs.net/
EOM EOM