Skip to content

Instantly share code, notes, and snippets.

@bastienapp
Created January 24, 2021 15:51
Show Gist options
  • Select an option

  • Save bastienapp/15bb7f600e6c88c67ccd7b579bb98953 to your computer and use it in GitHub Desktop.

Select an option

Save bastienapp/15bb7f600e6c88c67ccd7b579bb98953 to your computer and use it in GitHub Desktop.
WSL MongoDB Script
#!/bin/bash
sudo mkdir -p /data/db
sudo chown -R `id -un` /data/db
mongod > /dev/null &
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment