mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-06 08:51:14 -03:00
Replace the eval builtin with a function
darcs-hash:20070422221806-ac50b-28cffc6c3063c14cd8ab30f999e3530314c78af2.gz
This commit is contained in:
4
share/functions/eval.fish
Normal file
4
share/functions/eval.fish
Normal file
@@ -0,0 +1,4 @@
|
||||
|
||||
function eval -d "Evaluate parameters as a command"
|
||||
echo -n $argv | .
|
||||
end
|
||||
Reference in New Issue
Block a user