diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2018-11-23 20:03:21 +0100 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2018-11-23 20:03:21 +0100 |
| commit | db24c560a7f86b6d429a0a6ad38585440b44b1d6 (patch) | |
| tree | ded597924357722b5a32b72576f0ba04efaa4d22 /bin | |
| parent | 6fc8743f68648857ccef703bc4f2290b2cdac061 (diff) | |
media/school shootings, different pedal melody for school schootings
Diffstat (limited to 'bin')
| -rw-r--r-- | bin/grep.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/grep.js b/bin/grep.js index ee85ff3..67e5e4a 100644 --- a/bin/grep.js +++ b/bin/grep.js @@ -89,7 +89,7 @@ function test(row){ ) } -const input = fs.createReadStream('./data/gun_violence.csv') +const input = fs.createReadStream('./data/rest/gun_violence.csv') const parser = parse() const stringifier = stringify() const output = fs.createWriteStream('./data/' + search + '.csv') |
