Skip to content

Instantly share code, notes, and snippets.

@jshcrowthe
Created May 2, 2015 04:28
Show Gist options
  • Save jshcrowthe/74a431e39a8c9df91911 to your computer and use it in GitHub Desktop.
Save jshcrowthe/74a431e39a8c9df91911 to your computer and use it in GitHub Desktop.
Foreman Start Alias
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