#!/bin/sh host="$1" user="$2" pass="$3" db="$4" home="$5" datos="$6" "$home/../../run-sql-data-parts" "$host" "$user" "$pass" "$db" "$datos"