/ 13.Mar.2008
function wo {
cd "/Users/bryan/apps/$1";
}
function devcon {
eval script/console $1;
}
function testcon {
eval "script/console test $1";
}
function prodcon {
eval "script/console production -s $1";
}
function prodcon_live {
eval "script/console production $1";
}
So I get something to go to a certain project I'm working on and use the console quickly.
bash:~> wo merb-core
bash:/Users/bryan/apps/lazy_developer> devcon
>>
It saves a lot of typing.
micro theme by seaofclouds, and powered with Mephisto Hosting by hostingrails.com
Sorry, comments are closed for this article.