mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-27 03:51:22 -03:00
7 lines
60 B
Fish
7 lines
60 B
Fish
|
|
|
|
function N_ --description "No-op"
|
|
printf "%s" $argv
|
|
end
|
|
|