This commit is contained in:
creme 2020-02-23 11:26:16 +00:00
parent a362e169f2
commit b2b177e970
1 changed files with 5 additions and 0 deletions

5
nouser
View File

@ -36,6 +36,11 @@ if [ "$3" = "ping" ]; then
exit 0
fi
if [ "$3" = "pom" ] || [ "$3" = "moon" ]; then
/usr/games/pom
exit 0
fi
if [ "$3" = "fortune" ]; then
/usr/games/fortune
exit 0