Skip to content

Instantly share code, notes, and snippets.

@mattbell87
Created December 31, 2015 00:56
Show Gist options
  • Save mattbell87/c8a3da53cf6faa83805d to your computer and use it in GitHub Desktop.
Save mattbell87/c8a3da53cf6faa83805d to your computer and use it in GitHub Desktop.
#!/bin/bash
echo Starting dev environment for $1
node-inspector & nodemon --debug "$@"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment