6 lines
112 B
Batchfile
6 lines
112 B
Batchfile
|
# init mongodb data
|
||
|
@echo off
|
||
|
|
||
|
mongo ./init.js
|
||
|
mongo BootstrapAdmin --eval "printjson(db.getCollectionNames())"
|