Skip to content

Instantly share code, notes, and snippets.

@snggeng
Created September 15, 2019 00:29
Show Gist options
  • Save snggeng/c04a1681c257f7f21fb22f89c2fbc79a to your computer and use it in GitHub Desktop.
Save snggeng/c04a1681c257f7f21fb22f89c2fbc79a to your computer and use it in GitHub Desktop.
executable to start mongo db
#!/bin/bash
mongod --dbpath ./db --logpath ~/mongologs/mongod.log
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment