mirror of
https://github.com/Steffo99/unimore-bda-6.git
synced 2024-11-22 07:54:19 +00:00
3 lines
89 B
Bash
3 lines
89 B
Bash
|
#!/usr/bin/env bash
|
||
|
repo=$(git rev-parse --show-toplevel)
|
||
|
mongod --dbpath "$repo/data/db"
|