fish-shell/share/functions/eval.fish
liljencrantz e1afe17671 Fix bug in eval function, forgot to turn off new scope creation.
darcs-hash:20070922193055-75c98-ea4a37e3ba1bce4da7d2b65ef464740cc67822e2.gz
2007-09-23 05:30:55 +10:00

4 lines
76 B
Fish

function eval -S -d "Evaluate parameters as a command"
echo $argv | .
end