mirror of
https://github.com/jcreek/phldnhack.git
synced 2026-07-12 18:43:43 +00:00
3 lines
100 B
Bash
Executable File
3 lines
100 B
Bash
Executable File
#!/bin/bash
|
|
mongoimport --db test -c student --headerline --upsert --file ./students.csv --type csv
|