mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-15 01:17:45 +00:00
7 lines
49 B
Fish
7 lines
49 B
Fish
|
|
||
|
|
||
|
function N_ -d "No-op"
|
||
|
printf "%s" $argv
|
||
|
end
|
||
|
|