mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-27 05:13:10 +00:00
2a3b01a7a0
darcs-hash:20070908191554-ac50b-22f205c0da9dde0cbe19154ee6f4f64fed49241a.gz
4 lines
73 B
Fish
4 lines
73 B
Fish
|
|
function eval -d "Evaluate parameters as a command"
|
|
echo $argv | .
|
|
end
|