Created
November 11, 2015 15:58
-
-
Save janbiasi/c7c79caffc2f245542ef to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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