mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-02-18 19:43:14 +08:00
5 lines
73 B
Fish
5 lines
73 B
Fish
|
|
function eval -d "Evaluate parameters as a command"
|
|
echo $argv | .
|
|
end
|