2 lines
72 B
Bash
Executable file
2 lines
72 B
Bash
Executable file
#!/bin/bash
|
|
mongoimport -d js -c plunks --jsonArray --drop <plunks.json
|