diff options
| author | mo khan <mo@mokhan.ca> | 2015-02-21 21:30:08 -0700 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2015-02-21 21:30:08 -0700 |
| commit | b87ca62368c2435a52573ff5352c93feb0caa548 (patch) | |
| tree | c7d71254c9cc154c6046aa3737cd826bff2682dc | |
| parent | 269036efcafb6bf3ce8b585783dfcccf1d520a5c (diff) | |
add import script.
| -rw-r--r-- | week-7/final7/import.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/week-7/final7/import.sh b/week-7/final7/import.sh new file mode 100644 index 0000000..286b4e3 --- /dev/null +++ b/week-7/final7/import.sh @@ -0,0 +1,4 @@ +#!/bin/bash + +mongoimport -d final7 -c albums albums.json +mongoimport -d final7 -c images images.json |
