mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-03-04 17:35:25 +08:00
5 lines
76 B
Fish
5 lines
76 B
Fish
|
|
function eval -d "Evaluate parameters as a command"
|
|
echo -n $argv | .
|
|
end
|