2 lines
65 B
Bash
Executable file
2 lines
65 B
Bash
Executable file
#!/bin/bash
|
|
mongoexport -d js -c plunks --jsonArray >plunks.json
|