mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-26 04:43:10 +00:00
007ae0b15e
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.
5 lines
218 B
Fish
5 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
|