5 lines
78 B
Fish
5 lines
78 B
Fish
#!/usr/bin/env fish
|
|
|
|
function fish_greeting
|
|
fortune | cowsay | lolcat
|
|
end
|