mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-14 08:58:01 +00:00
e1afe17671
darcs-hash:20070922193055-75c98-ea4a37e3ba1bce4da7d2b65ef464740cc67822e2.gz
4 lines
76 B
Fish
4 lines
76 B
Fish
|
|
function eval -S -d "Evaluate parameters as a command"
|
|
echo $argv | .
|
|
end
|