mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-24 00:06:00 +08:00
6 lines
218 B
Fish
6 lines
218 B
Fish
|
function :
|
||
|
# no-op function for compatibility with sh, bash, and others.
|
||
|
# Often used to insert a comment into a chain of commands without having
|
||
|
# it eat up the remainder of the line, handy in Makefiles.
|
||
|
end
|