#!/bin/bash


for f in bin/metrics/histo/*sql ; do
  ./bin/psql gargantext.ini < $f
done

