mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-22 05:29:43 +08:00
4 lines
58 B
Fish
4 lines
58 B
Fish
function N_ --description No-op
|
|
printf "%s" $argv
|
|
end
|