Skip to content

Instantly share code, notes, and snippets.

@dance2die
Created November 12, 2017 19:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dance2die/c3f9a268abecaab47d92d11912325c07 to your computer and use it in GitHub Desktop.
Save dance2die/c3f9a268abecaab47d92d11912325c07 to your computer and use it in GitHub Desktop.
Chain commands with &&
SET PORT=3001 && node bin/www && SET PORT=3000 && yarn start
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment