metrics 90 Bytes EditWeb IDE 1 2 3 4 5 6 7 #!/bin/bash for f in bin/metrics/histo/*sql ; do ./bin/psql gargantext.ini < $f done