script-linux/lol

11 lines
125 B
Plaintext
Raw Normal View History

2023-02-01 19:08:43 +01:00
#!/bin/bash
2023-02-04 11:52:42 +01:00
# lol hihiha
2023-02-01 19:08:43 +01:00
if [[ $1 = "" ]]; then
fortune | cowsay -f tux | lolcat
else
cowsay -f tux $1 | lolcat
fi
2023-02-02 16:53:50 +01:00
# lol