add finger linux

This commit is contained in:
creme 2020-02-16 17:00:51 +01:00
parent b7b260e096
commit a362e169f2
Signed by: creme
GPG Key ID: C147C3B7FBDF08D0
1 changed files with 5 additions and 0 deletions

5
nouser
View File

@ -25,6 +25,11 @@ if [ "$3" = "tilde" ]; then
exit 0
fi
if [ "$3" = "linux" ]; then
printf "linux 4 a live <3\n"
exit 0
fi
if [ "$3" = "ping" ]; then
printf "PONG!\n"
ping -c 5 "$2"