v-yarotsky / taketo

A tiny helper utility to make access to servers eaiser for different projects and environments.
http://blog.yarotsky.me/2012-12-15-taketo
MIT License
8 stars 2 forks source link

Support for login shell #1

Open maksar opened 12 years ago

maksar commented 12 years ago

It would be nice to have some proper way to do this:

    execute "bash -l -c 'bundle exec rails c'"
    desc "Launch rails console"

Probably some DSL option:

use_login_shell