Skip to content

Instantly share code, notes, and snippets.

@janbiasi
Created November 11, 2015 15:58
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 janbiasi/c7c79caffc2f245542ef to your computer and use it in GitHub Desktop.
Save janbiasi/c7c79caffc2f245542ef to your computer and use it in GitHub Desktop.
#!/bin/bash
if [ ! -d "./data" ]; then
mkdir -f data
fi
C:\mongodb\bin\mongod.exe --dbpath ./data/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment