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