5 lines
210 B
Bash
5 lines
210 B
Bash
#!/usr/bin/env bash
|
|
|
|
mongoimport --db entities --collection cars --type json --file cars.json --jsonArray
|
|
mongoimport --db entities --collection trafficLights --type json --file traffic_lights.json --jsonArray
|