mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-23 23:58:02 -05:00
4 lines
118 B
Bash
Executable file
4 lines
118 B
Bash
Executable file
#!/bin/bash
|
|
|
|
mkdir -p ~/Desktop/coco/mongo
|
|
mongod --setParameter textSearchEnabled=true --dbpath ~/Desktop/coco/mongo
|