Project

General

Profile

1
#!/bin/sh
2
# Publishes analytical DB to nimoy
3
# Usage: self analytical_aggregate.csv
4

    
5
mysql --password --database=bien_web --execute="LOAD DATA INFILE '$1' \
6
INTO TABLE analytical_aggregate;"
(48-48/68)