mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-23 20:54:04 +08: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.
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
|