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"
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"
printf "write blogs, chat online, play cool console games and so much more.\n"
printf "visit us on the web or gopher for more info\n"
cat <<EOM
envs.net is a minimalist, non-commercial
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
printf "hello %s,\n" "$2"

8
nouser
View File

@ -68,11 +68,11 @@ cat <<EOM
envs.net is a minimalist, non-commercial
shared linux system and will always be free to use.
we are linux lovers, sysadmins, 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?
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?
join the team today!
https://envs.net/signup/
https://envs.net/
EOM