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