Created
May 2, 2015 04:28
-
-
Save jshcrowthe/74a431e39a8c9df91911 to your computer and use it in GitHub Desktop.
Foreman Start Alias
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
alias fs="[[ -f Procfile.dev ]] && { foreman start -f Procfile.dev; true; } || foreman start" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment