mirror of
https://github.com/hcengineering/platform.git
synced 2024-12-21 02:21:35 +03:00
3 lines
83 B
Bash
3 lines
83 B
Bash
|
#!/bin/bash
|
||
|
mongorestore --uri="mongodb://localhost:27017" --drop --gzip ./dump $@
|