mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-13 21:11:15 -03:00
7 lines
60 B
Fish
7 lines
60 B
Fish
|
|
|
|
function N_ --description "No-op"
|
|
printf "%s" $argv
|
|
end
|
|
|