Joined November 2013
·

Mr Rogers

San Francisco
·
·

You could also use which like:

exists() { [ ! -z `which "$1"` ]; }
Posted to emacs - convert hashrockets helper over 1 year ago

I hadn't see that. Good catch, and definitely more comprehensive.

good stuff. I learned that the new capistrano (3.0) doesn't have deploy:cold anymore. You can just deploy. But it means you'll need a db:create to happen somewhere before your first deployment.

looks like this could be merged with https://coderwall.com/p/_ppnlg for good time fun

Achievements
153 Karma
6,727 Total ProTip Views