mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-13 00:17:25 +00:00
3 lines
58 B
Fish
3 lines
58 B
Fish
function N_ --description No-op
|
|
printf "%s" $argv
|
|
end
|