mirror of
https://github.com/fish-shell/fish-shell
synced 2025-02-13 04:33:33 +00:00
6 lines
49 B
Fish
6 lines
49 B
Fish
|
|
|
|
function N_ -d "No-op"
|
|
printf "%s" $argv
|
|
end
|
|
|