1
Fork 0
mirror of https://github.com/Steffo99/unimore-bda-6.git synced 2024-11-22 07:54:19 +00:00
bda-6-steffo/data/scripts/run-db.sh
2023-02-01 04:20:09 +01:00

3 lines
No EOL
89 B
Bash
Executable file

#!/usr/bin/env bash
repo=$(git rev-parse --show-toplevel)
mongod --dbpath "$repo/data/db"