6 lines
82 B
Fish
Executable file
6 lines
82 B
Fish
Executable file
#!/usr/bin/env fish
|
|
#
|
|
|
|
function fish_greeting -d "Greetings"
|
|
json-fortune
|
|
end
|