On Dec 14, 2007, at 7:20 PM, John Joseph Bachir wrote:
> Hi folks- > > I would like to have a capistrano task execute a local command. (I > am writing a task which dumps the remote db and imports it into my > local dev environment). Is there any way to do this? You should just be able to run system() or %x() and get the desired result. -Erik --~--~---------~--~----~------------~-------~--~----~ To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/capistrano -~----------~----~----~----~------~----~------~--~---
