mirror of
https://github.com/hcengineering/platform.git
synced 2026-08-20 19:32:22 +02:00
3 lines
83 B
Bash
Executable File
3 lines
83 B
Bash
Executable File
#!/bin/bash
|
|
mongorestore --uri="mongodb://localhost:27017" --drop --gzip ./dump $@
|