mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-27 05:13:10 +00:00
7 lines
49 B
Fish
7 lines
49 B
Fish
|
|
||
|
|
||
|
function N_ -d "No-op"
|
||
|
printf "%s" $argv
|
||
|
end
|
||
|
|