7 lines
67 B
Fish
7 lines
67 B
Fish
|
#!/usr/bin/env fish
|
||
|
#
|
||
|
|
||
|
function fish_greeting
|
||
|
json-fortune
|
||
|
end
|