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