mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-28 05:43:11 +00:00
2c02b59703
darcs-hash:20070422221806-ac50b-28cffc6c3063c14cd8ab30f999e3530314c78af2.gz
4 lines
76 B
Fish
4 lines
76 B
Fish
|
|
function eval -d "Evaluate parameters as a command"
|
|
echo -n $argv | .
|
|
end
|