mirror of
https://github.com/Steffo99/unimore-bda-6.git
synced 2024-11-21 23:44:19 +00:00
3 lines
116 B
Bash
Executable file
3 lines
116 B
Bash
Executable file
#!/usr/bin/env bash
|
|
repo=$(git rev-parse --show-toplevel)
|
|
mongod --dbpath "$repo/data/db" --wiredTigerCacheSizeGB 2
|