From: Thomas Adam Date: 2007-12-25T09:54:06+09:00 Subject: Re: zsh and ruby functions Hello -- On 25/12/2007, Dan Zwell wrote: > Well, I've never used zsh, but you can just call "ruby > svnbatchmove.rb"--this will always work. If that's too clunky, you could > create a valid zsh script called "svnbatchmove" that acts as a wrapper > and calls "ruby svnbatchmove.rb". This is what the "command" builtin is useful for. -- Thomas Adam