mirror of
https://github.com/hcengineering/platform.git
synced 2025-03-12 08:14:42 +00: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 $@
|