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