Skip to content

Instantly share code, notes, and snippets.

@mostlygeek
Created April 10, 2013 05:44
Show Gist options
  • Save mostlygeek/5352106 to your computer and use it in GitHub Desktop.
Save mostlygeek/5352106 to your computer and use it in GitHub Desktop.
MongoDB shell starter (osx) dev env.
#!/bin/sh
BASE=$(dirname $0)
cd $BASE
./bin/mongod \
--noprealloc \
--cpu \
--dbpath $BASE
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment