mirror of
https://github.com/fish-shell/fish-shell
synced 2025-02-15 05:28:41 +00:00
6 lines
60 B
Fish
6 lines
60 B
Fish
|
|
|
|
function N_ --description "No-op"
|
|
printf "%s" $argv
|
|
end
|
|
|