mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-16 06:54:03 +00:00
5 lines
76 B
Fish
5 lines
76 B
Fish
|
|
||
|
function eval -d "Evaluate parameters as a command"
|
||
|
echo -n $argv | .
|
||
|
end
|