7 lines
60 B
Fish
Executable file
7 lines
60 B
Fish
Executable file
#!/usr/bin/env fish
|
|
|
|
echo whee
|
|
function I_AM_HELP
|
|
help
|
|
end
|